apkfuckery/com.discord/smali_classes2/com/lytefast/flexinput/fragment/CameraFragment$cameraListener$1.smali

83 lines
2.3 KiB
Smali
Raw Normal View History

2019-10-03 02:31:26 +00:00
.class public final Lcom/lytefast/flexinput/fragment/CameraFragment$cameraListener$1;
.super Ljava/lang/Object;
.source "CameraFragment.kt"
# interfaces
2019-12-06 03:29:40 +00:00
.implements Lcom/camerakit/CameraKitView$d;
2019-10-03 02:31:26 +00:00
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/lytefast/flexinput/fragment/CameraFragment;-><init>()V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = null
.end annotation
# instance fields
2019-12-06 03:29:40 +00:00
.field public final synthetic a:Lcom/lytefast/flexinput/fragment/CameraFragment;
2019-10-03 02:31:26 +00:00
# direct methods
2019-12-06 03:29:40 +00:00
.method public constructor <init>(Lcom/lytefast/flexinput/fragment/CameraFragment;)V
2019-10-03 02:31:26 +00:00
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
2019-12-06 03:29:40 +00:00
iput-object p1, p0, Lcom/lytefast/flexinput/fragment/CameraFragment$cameraListener$1;->a:Lcom/lytefast/flexinput/fragment/CameraFragment;
2019-10-03 02:31:26 +00:00
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
2019-12-06 03:29:40 +00:00
.method public a()V
2019-10-03 02:31:26 +00:00
.locals 2
invoke-static {}, Lcom/lytefast/flexinput/fragment/CameraFragment;->access$getTAG$cp()Ljava/lang/String;
move-result-object v0
const-string v1, "onCameraOpened"
invoke-static {v0, v1}, Landroid/util/Log;->d(Ljava/lang/String;Ljava/lang/String;)I
2019-12-06 03:29:40 +00:00
iget-object v0, p0, Lcom/lytefast/flexinput/fragment/CameraFragment$cameraListener$1;->a:Lcom/lytefast/flexinput/fragment/CameraFragment;
2019-10-03 02:31:26 +00:00
invoke-virtual {v0}, Lcom/lytefast/flexinput/fragment/CameraFragment;->getCameraView()Lcom/camerakit/CameraKitView;
move-result-object v0
2019-12-06 03:29:40 +00:00
iget-object v1, p0, Lcom/lytefast/flexinput/fragment/CameraFragment$cameraListener$1;->a:Lcom/lytefast/flexinput/fragment/CameraFragment;
2019-10-03 02:31:26 +00:00
invoke-virtual {v0}, Lcom/camerakit/CameraKitView;->getFacing()I
move-result v0
invoke-static {v1, v0}, Lcom/lytefast/flexinput/fragment/CameraFragment;->access$onFacingChanged(Lcom/lytefast/flexinput/fragment/CameraFragment;I)V
return-void
.end method
2019-12-06 03:29:40 +00:00
.method public b()V
2019-10-03 02:31:26 +00:00
.locals 2
invoke-static {}, Lcom/lytefast/flexinput/fragment/CameraFragment;->access$getTAG$cp()Ljava/lang/String;
move-result-object v0
const-string v1, "onCameraClosed"
invoke-static {v0, v1}, Landroid/util/Log;->d(Ljava/lang/String;Ljava/lang/String;)I
return-void
.end method