2022-06-10 21:38:30 +09:00

60 lines
1.5 KiB
Smali

.class public interface abstract Landroidx/camera/lifecycle/b;
.super Ljava/lang/Object;
.source "LifecycleCameraProvider.java"
# 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()V
.end method
.method public abstract c(Landroidx/camera/core/UseCase;)Z
.param p1 # Landroidx/camera/core/UseCase;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0
}
names = {
"useCase"
}
.end annotation
.end method
.method public varargs abstract d([Landroidx/camera/core/UseCase;)V
.param p1 # [Landroidx/camera/core/UseCase;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0
}
names = {
"useCases"
}
.end annotation
.end method