49 lines
1.2 KiB
Smali
49 lines
1.2 KiB
Smali
.class public interface abstract Landroidx/camera/core/l;
|
|
.super Ljava/lang/Object;
|
|
.source "CameraProvider.java"
|
|
|
|
|
|
# annotations
|
|
.annotation build Landroidx/annotation/RestrictTo;
|
|
value = {
|
|
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract a(Landroidx/camera/core/CameraSelector;)Z
|
|
.param p1 # Landroidx/camera/core/CameraSelector;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.annotation system Ldalvik/annotation/MethodParameters;
|
|
accessFlags = {
|
|
0x0
|
|
}
|
|
names = {
|
|
"cameraSelector"
|
|
}
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Landroidx/camera/core/CameraInfoUnavailableException;
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract b()Ljava/util/List;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()",
|
|
"Ljava/util/List<",
|
|
"Landroidx/camera/core/CameraInfo;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end method
|