1180 lines
24 KiB
Smali
1180 lines
24 KiB
Smali
.class public Lcom/camerakit/CameraKitView;
|
|
.super Le/g/g;
|
|
.source "CameraKitView.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/camerakit/CameraKitView$c;,
|
|
Lcom/camerakit/CameraKitView$e;,
|
|
Lcom/camerakit/CameraKitView$g;,
|
|
Lcom/camerakit/CameraKitView$h;,
|
|
Lcom/camerakit/CameraKitView$f;,
|
|
Lcom/camerakit/CameraKitView$ErrorListener;,
|
|
Lcom/camerakit/CameraKitView$i;,
|
|
Lcom/camerakit/CameraKitView$d;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static v:Le/g/j/a;
|
|
|
|
.field public static w:Le/g/j/b;
|
|
|
|
|
|
# instance fields
|
|
.field public h:Z
|
|
|
|
.field public i:F
|
|
|
|
.field public j:I
|
|
|
|
.field public k:I
|
|
|
|
.field public l:I
|
|
|
|
.field public m:F
|
|
|
|
.field public n:I
|
|
|
|
.field public o:I
|
|
|
|
.field public p:I
|
|
|
|
.field public q:F
|
|
|
|
.field public r:Lcom/camerakit/CameraKitView$d;
|
|
|
|
.field public s:Lcom/camerakit/CameraKitView$i;
|
|
|
|
.field public t:Lcom/camerakit/CameraKitView$ErrorListener;
|
|
|
|
.field public u:Le/g/e;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Landroid/content/Context;)V
|
|
.locals 1
|
|
|
|
invoke-direct {p0, p1}, Le/g/g;-><init>(Landroid/content/Context;)V
|
|
|
|
const/4 v0, 0x0
|
|
|
|
invoke-virtual {p0, p1, v0}, Lcom/camerakit/CameraKitView;->a(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
|
.locals 0
|
|
|
|
invoke-direct {p0, p1, p2}, Le/g/g;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
|
|
|
invoke-virtual {p0, p1, p2}, Lcom/camerakit/CameraKitView;->a(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V
|
|
.locals 0
|
|
|
|
invoke-direct {p0, p1, p2, p3}, Le/g/g;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V
|
|
|
|
invoke-virtual {p0, p1, p2}, Lcom/camerakit/CameraKitView;->a(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private getMissingPermissions()Ljava/util/List;
|
|
.locals 4
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()",
|
|
"Ljava/util/List<",
|
|
"Ljava/lang/String;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
new-instance v0, Ljava/util/ArrayList;
|
|
|
|
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
|
|
|
|
sget v1, Landroid/os/Build$VERSION;->SDK_INT:I
|
|
|
|
const/16 v2, 0x17
|
|
|
|
if-ge v1, v2, :cond_0
|
|
|
|
return-object v0
|
|
|
|
:cond_0
|
|
iget v1, p0, Lcom/camerakit/CameraKitView;->p:I
|
|
|
|
or-int/lit8 v2, v1, 0x1
|
|
|
|
const/4 v3, -0x1
|
|
|
|
if-ne v2, v1, :cond_1
|
|
|
|
const-string v1, "android.permission.CAMERA"
|
|
|
|
invoke-virtual {p0}, Landroid/widget/FrameLayout;->getContext()Landroid/content/Context;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-virtual {v2, v1}, Landroid/content/Context;->checkSelfPermission(Ljava/lang/String;)I
|
|
|
|
move-result v2
|
|
|
|
if-ne v2, v3, :cond_1
|
|
|
|
invoke-interface {v0, v1}, Ljava/util/List;->add(Ljava/lang/Object;)Z
|
|
|
|
:cond_1
|
|
iget v1, p0, Lcom/camerakit/CameraKitView;->p:I
|
|
|
|
or-int/lit8 v2, v1, 0x2
|
|
|
|
if-ne v2, v1, :cond_2
|
|
|
|
const-string v1, "android.permission.RECORD_AUDIO"
|
|
|
|
invoke-virtual {p0}, Landroid/widget/FrameLayout;->getContext()Landroid/content/Context;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-virtual {v2, v1}, Landroid/content/Context;->checkSelfPermission(Ljava/lang/String;)I
|
|
|
|
move-result v2
|
|
|
|
if-ne v2, v3, :cond_2
|
|
|
|
invoke-interface {v0, v1}, Ljava/util/List;->add(Ljava/lang/Object;)Z
|
|
|
|
:cond_2
|
|
iget v1, p0, Lcom/camerakit/CameraKitView;->p:I
|
|
|
|
or-int/lit8 v2, v1, 0x4
|
|
|
|
if-ne v2, v1, :cond_3
|
|
|
|
const-string v1, "android.permission.WRITE_EXTERNAL_STORAGE"
|
|
|
|
invoke-virtual {p0}, Landroid/widget/FrameLayout;->getContext()Landroid/content/Context;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-virtual {v2, v1}, Landroid/content/Context;->checkSelfPermission(Ljava/lang/String;)I
|
|
|
|
move-result v2
|
|
|
|
if-ne v2, v3, :cond_3
|
|
|
|
invoke-interface {v0, v1}, Ljava/util/List;->add(Ljava/lang/Object;)Z
|
|
|
|
:cond_3
|
|
iget v1, p0, Lcom/camerakit/CameraKitView;->p:I
|
|
|
|
or-int/lit8 v2, v1, 0x8
|
|
|
|
if-ne v2, v1, :cond_4
|
|
|
|
const-string v1, "android.permission.ACCESS_FINE_LOCATION"
|
|
|
|
invoke-virtual {p0}, Landroid/widget/FrameLayout;->getContext()Landroid/content/Context;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-virtual {v2, v1}, Landroid/content/Context;->checkSelfPermission(Ljava/lang/String;)I
|
|
|
|
move-result v2
|
|
|
|
if-ne v2, v3, :cond_4
|
|
|
|
invoke-interface {v0, v1}, Ljava/util/List;->add(Ljava/lang/Object;)Z
|
|
|
|
:cond_4
|
|
return-object v0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a(FF)V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public a(FFF)V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public final a(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
|
.locals 3
|
|
|
|
sget-object v0, Lcom/camerakit/R$a;->CameraKitView:[I
|
|
|
|
invoke-virtual {p1, p2, v0}, Landroid/content/Context;->obtainStyledAttributes(Landroid/util/AttributeSet;[I)Landroid/content/res/TypedArray;
|
|
|
|
move-result-object p1
|
|
|
|
sget p2, Lcom/camerakit/R$a;->CameraKitView_android_adjustViewBounds:I
|
|
|
|
const/4 v0, 0x0
|
|
|
|
invoke-virtual {p1, p2, v0}, Landroid/content/res/TypedArray;->getBoolean(IZ)Z
|
|
|
|
move-result p2
|
|
|
|
iput-boolean p2, p0, Lcom/camerakit/CameraKitView;->h:Z
|
|
|
|
sget p2, Lcom/camerakit/R$a;->CameraKitView_camera_aspectRatio:I
|
|
|
|
const/high16 v1, -0x40800000 # -1.0f
|
|
|
|
invoke-virtual {p1, p2, v1}, Landroid/content/res/TypedArray;->getFloat(IF)F
|
|
|
|
move-result p2
|
|
|
|
iput p2, p0, Lcom/camerakit/CameraKitView;->i:F
|
|
|
|
sget p2, Lcom/camerakit/R$a;->CameraKitView_camera_facing:I
|
|
|
|
invoke-virtual {p1, p2, v0}, Landroid/content/res/TypedArray;->getInteger(II)I
|
|
|
|
move-result p2
|
|
|
|
iput p2, p0, Lcom/camerakit/CameraKitView;->j:I
|
|
|
|
sget-object p2, Lcom/camerakit/CameraKitView;->v:Le/g/j/a;
|
|
|
|
sget-object v1, Le/g/j/a;->e:Le/g/j/a;
|
|
|
|
const/4 v2, 0x1
|
|
|
|
if-ne p2, v1, :cond_0
|
|
|
|
iput v2, p0, Lcom/camerakit/CameraKitView;->j:I
|
|
|
|
:cond_0
|
|
sget p2, Lcom/camerakit/R$a;->CameraKitView_camera_flash:I
|
|
|
|
invoke-virtual {p1, p2, v0}, Landroid/content/res/TypedArray;->getInteger(II)I
|
|
|
|
move-result p2
|
|
|
|
iput p2, p0, Lcom/camerakit/CameraKitView;->k:I
|
|
|
|
sget-object p2, Lcom/camerakit/CameraKitView;->w:Le/g/j/b;
|
|
|
|
sget-object v0, Le/g/j/b;->e:Le/g/j/b;
|
|
|
|
if-ne p2, v0, :cond_1
|
|
|
|
iput v2, p0, Lcom/camerakit/CameraKitView;->k:I
|
|
|
|
:cond_1
|
|
sget p2, Lcom/camerakit/R$a;->CameraKitView_camera_focus:I
|
|
|
|
invoke-virtual {p1, p2, v2}, Landroid/content/res/TypedArray;->getInteger(II)I
|
|
|
|
move-result p2
|
|
|
|
iput p2, p0, Lcom/camerakit/CameraKitView;->l:I
|
|
|
|
sget p2, Lcom/camerakit/R$a;->CameraKitView_camera_zoomFactor:I
|
|
|
|
const/high16 v0, 0x3f800000 # 1.0f
|
|
|
|
invoke-virtual {p1, p2, v0}, Landroid/content/res/TypedArray;->getFloat(IF)F
|
|
|
|
move-result p2
|
|
|
|
iput p2, p0, Lcom/camerakit/CameraKitView;->m:F
|
|
|
|
sget p2, Lcom/camerakit/R$a;->CameraKitView_camera_permissions:I
|
|
|
|
invoke-virtual {p1, p2, v2}, Landroid/content/res/TypedArray;->getInteger(II)I
|
|
|
|
move-result p2
|
|
|
|
iput p2, p0, Lcom/camerakit/CameraKitView;->p:I
|
|
|
|
sget p2, Lcom/camerakit/R$a;->CameraKitView_camera_imageMegaPixels:I
|
|
|
|
const/high16 v0, 0x40000000 # 2.0f
|
|
|
|
invoke-virtual {p1, p2, v0}, Landroid/content/res/TypedArray;->getFloat(IF)F
|
|
|
|
move-result p2
|
|
|
|
iput p2, p0, Lcom/camerakit/CameraKitView;->q:F
|
|
|
|
sget p2, Lcom/camerakit/R$a;->CameraKitView_camera_imageJpegQuality:I
|
|
|
|
const/16 v0, 0x64
|
|
|
|
invoke-virtual {p1, p2, v0}, Landroid/content/res/TypedArray;->getInteger(II)I
|
|
|
|
invoke-virtual {p1}, Landroid/content/res/TypedArray;->recycle()V
|
|
|
|
new-instance p1, Le/g/e;
|
|
|
|
invoke-virtual {p0}, Landroid/widget/FrameLayout;->getContext()Landroid/content/Context;
|
|
|
|
move-result-object p2
|
|
|
|
invoke-direct {p1, p2}, Le/g/e;-><init>(Landroid/content/Context;)V
|
|
|
|
iput-object p1, p0, Lcom/camerakit/CameraKitView;->u:Le/g/e;
|
|
|
|
iget-object p1, p0, Lcom/camerakit/CameraKitView;->u:Le/g/e;
|
|
|
|
invoke-virtual {p0, p1}, Landroid/widget/FrameLayout;->addView(Landroid/view/View;)V
|
|
|
|
iget-object p1, p0, Lcom/camerakit/CameraKitView;->u:Le/g/e;
|
|
|
|
new-instance p2, Lcom/camerakit/CameraKitView$a;
|
|
|
|
invoke-direct {p2, p0}, Lcom/camerakit/CameraKitView$a;-><init>(Lcom/camerakit/CameraKitView;)V
|
|
|
|
invoke-virtual {p1, p2}, Le/g/e;->setListener(Le/g/e$c;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public a(Lcom/camerakit/CameraKitView$g;)V
|
|
.locals 2
|
|
|
|
iget-object v0, p0, Lcom/camerakit/CameraKitView;->u:Le/g/e;
|
|
|
|
new-instance v1, Lcom/camerakit/CameraKitView$b;
|
|
|
|
invoke-direct {v1, p0, p1}, Lcom/camerakit/CameraKitView$b;-><init>(Lcom/camerakit/CameraKitView;Lcom/camerakit/CameraKitView$g;)V
|
|
|
|
invoke-virtual {v0, v1}, Le/g/e;->a(Le/g/e$d;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public b()V
|
|
.locals 1
|
|
|
|
invoke-virtual {p0}, Landroid/widget/FrameLayout;->isInEditMode()Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
return-void
|
|
|
|
:cond_0
|
|
iget-object v0, p0, Lcom/camerakit/CameraKitView;->u:Le/g/e;
|
|
|
|
invoke-virtual {v0}, Le/g/e;->e()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public b(FF)V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public c()V
|
|
.locals 1
|
|
|
|
invoke-virtual {p0}, Landroid/widget/FrameLayout;->isInEditMode()Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
return-void
|
|
|
|
:cond_0
|
|
iget-object v0, p0, Lcom/camerakit/CameraKitView;->u:Le/g/e;
|
|
|
|
invoke-virtual {v0}, Le/g/e;->f()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public c(FF)V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public d()V
|
|
.locals 6
|
|
|
|
invoke-virtual {p0}, Landroid/widget/FrameLayout;->isInEditMode()Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
return-void
|
|
|
|
:cond_0
|
|
invoke-direct {p0}, Lcom/camerakit/CameraKitView;->getMissingPermissions()Ljava/util/List;
|
|
|
|
move-result-object v0
|
|
|
|
sget v1, Landroid/os/Build$VERSION;->SDK_INT:I
|
|
|
|
const/16 v2, 0x17
|
|
|
|
if-lt v1, v2, :cond_7
|
|
|
|
invoke-interface {v0}, Ljava/util/List;->size()I
|
|
|
|
move-result v1
|
|
|
|
if-lez v1, :cond_7
|
|
|
|
const/4 v1, 0x0
|
|
|
|
invoke-virtual {p0}, Landroid/widget/FrameLayout;->getContext()Landroid/content/Context;
|
|
|
|
move-result-object v2
|
|
|
|
:goto_0
|
|
instance-of v3, v2, Landroid/content/ContextWrapper;
|
|
|
|
if-eqz v3, :cond_2
|
|
|
|
instance-of v3, v2, Landroid/app/Activity;
|
|
|
|
if-eqz v3, :cond_1
|
|
|
|
move-object v1, v2
|
|
|
|
check-cast v1, Landroid/app/Activity;
|
|
|
|
:cond_1
|
|
check-cast v2, Landroid/content/ContextWrapper;
|
|
|
|
invoke-virtual {v2}, Landroid/content/ContextWrapper;->getBaseContext()Landroid/content/Context;
|
|
|
|
move-result-object v2
|
|
|
|
goto :goto_0
|
|
|
|
:cond_2
|
|
if-eqz v1, :cond_6
|
|
|
|
new-instance v2, Ljava/util/ArrayList;
|
|
|
|
invoke-direct {v2}, Ljava/util/ArrayList;-><init>()V
|
|
|
|
new-instance v3, Ljava/util/ArrayList;
|
|
|
|
invoke-direct {v3}, Ljava/util/ArrayList;-><init>()V
|
|
|
|
invoke-interface {v0}, Ljava/util/List;->iterator()Ljava/util/Iterator;
|
|
|
|
move-result-object v0
|
|
|
|
:goto_1
|
|
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
|
|
|
|
move-result v4
|
|
|
|
if-eqz v4, :cond_4
|
|
|
|
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
|
|
|
move-result-object v4
|
|
|
|
check-cast v4, Ljava/lang/String;
|
|
|
|
invoke-virtual {v1, v4}, Landroid/app/Activity;->shouldShowRequestPermissionRationale(Ljava/lang/String;)Z
|
|
|
|
move-result v5
|
|
|
|
if-nez v5, :cond_3
|
|
|
|
invoke-interface {v2, v4}, Ljava/util/List;->add(Ljava/lang/Object;)Z
|
|
|
|
goto :goto_1
|
|
|
|
:cond_3
|
|
invoke-interface {v3, v4}, Ljava/util/List;->add(Ljava/lang/Object;)Z
|
|
|
|
goto :goto_1
|
|
|
|
:cond_4
|
|
invoke-interface {v2}, Ljava/util/List;->size()I
|
|
|
|
move-result v0
|
|
|
|
if-lez v0, :cond_5
|
|
|
|
invoke-interface {v2}, Ljava/util/List;->size()I
|
|
|
|
move-result v0
|
|
|
|
new-array v0, v0, [Ljava/lang/String;
|
|
|
|
invoke-interface {v2, v0}, Ljava/util/List;->toArray([Ljava/lang/Object;)[Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
check-cast v0, [Ljava/lang/String;
|
|
|
|
const v2, 0x18323
|
|
|
|
invoke-virtual {v1, v0, v2}, Landroid/app/Activity;->requestPermissions([Ljava/lang/String;I)V
|
|
|
|
:cond_5
|
|
invoke-interface {v3}, Ljava/util/List;->size()I
|
|
|
|
move-result v0
|
|
|
|
:cond_6
|
|
return-void
|
|
|
|
:cond_7
|
|
iget v0, p0, Lcom/camerakit/CameraKitView;->k:I
|
|
|
|
invoke-virtual {p0, v0}, Lcom/camerakit/CameraKitView;->setFlash(I)V
|
|
|
|
iget v0, p0, Lcom/camerakit/CameraKitView;->q:F
|
|
|
|
invoke-virtual {p0, v0}, Lcom/camerakit/CameraKitView;->setImageMegaPixels(F)V
|
|
|
|
invoke-virtual {p0}, Lcom/camerakit/CameraKitView;->getFacing()I
|
|
|
|
move-result v0
|
|
|
|
if-nez v0, :cond_8
|
|
|
|
sget-object v0, Le/g/j/a;->d:Le/g/j/a;
|
|
|
|
goto :goto_2
|
|
|
|
:cond_8
|
|
sget-object v0, Le/g/j/a;->e:Le/g/j/a;
|
|
|
|
:goto_2
|
|
sput-object v0, Lcom/camerakit/CameraKitView;->v:Le/g/j/a;
|
|
|
|
iget-object v0, p0, Lcom/camerakit/CameraKitView;->u:Le/g/e;
|
|
|
|
sget-object v1, Lcom/camerakit/CameraKitView;->v:Le/g/j/a;
|
|
|
|
invoke-virtual {v0, v1}, Le/g/e;->b(Le/g/j/a;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public e()V
|
|
.locals 1
|
|
|
|
invoke-virtual {p0}, Landroid/widget/FrameLayout;->isInEditMode()Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
return-void
|
|
|
|
:cond_0
|
|
iget-object v0, p0, Lcom/camerakit/CameraKitView;->u:Le/g/e;
|
|
|
|
invoke-virtual {v0}, Le/g/e;->g()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public getAdjustViewBounds()Z
|
|
.locals 1
|
|
|
|
iget-boolean v0, p0, Lcom/camerakit/CameraKitView;->h:Z
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public getAspectRatio()F
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/camerakit/CameraKitView;->i:F
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public getCameraListener()Lcom/camerakit/CameraKitView$d;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/camerakit/CameraKitView;->r:Lcom/camerakit/CameraKitView$d;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getErrorListener()Lcom/camerakit/CameraKitView$ErrorListener;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/camerakit/CameraKitView;->t:Lcom/camerakit/CameraKitView$ErrorListener;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getFacing()I
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/camerakit/CameraKitView;->j:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public getFlash()I
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/camerakit/CameraKitView;->k:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public getFocus()I
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/camerakit/CameraKitView;->l:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public getGestureListener()Lcom/camerakit/CameraKitView$f;
|
|
.locals 1
|
|
|
|
const/4 v0, 0x0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getImageMegaPixels()F
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/camerakit/CameraKitView;->q:F
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public getPermissions()I
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/camerakit/CameraKitView;->p:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public getPhotoResolution()Le/g/j/c;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/camerakit/CameraKitView;->u:Le/g/e;
|
|
|
|
invoke-virtual {v0}, Le/g/e;->getPhotoSize()Le/g/j/c;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {v0}, Le/g/j/c;->a()I
|
|
|
|
move-result v0
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
const/4 v0, 0x0
|
|
|
|
return-object v0
|
|
|
|
:cond_0
|
|
iget-object v0, p0, Lcom/camerakit/CameraKitView;->u:Le/g/e;
|
|
|
|
invoke-virtual {v0}, Le/g/e;->getPhotoSize()Le/g/j/c;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getPreviewEffect()I
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/camerakit/CameraKitView;->o:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public getPreviewListener()Lcom/camerakit/CameraKitView$i;
|
|
.locals 1
|
|
|
|
const/4 v0, 0x0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getPreviewResolution()Le/g/j/c;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/camerakit/CameraKitView;->u:Le/g/e;
|
|
|
|
invoke-virtual {v0}, Le/g/e;->getPreviewSize()Le/g/j/c;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {v0}, Le/g/j/c;->a()I
|
|
|
|
move-result v0
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
const/4 v0, 0x0
|
|
|
|
return-object v0
|
|
|
|
:cond_0
|
|
iget-object v0, p0, Lcom/camerakit/CameraKitView;->u:Le/g/e;
|
|
|
|
invoke-virtual {v0}, Le/g/e;->getPreviewSize()Le/g/j/c;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getSensorPreset()I
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/camerakit/CameraKitView;->n:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public getZoomFactor()F
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/camerakit/CameraKitView;->m:F
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public onMeasure(II)V
|
|
.locals 5
|
|
|
|
iget-boolean v0, p0, Lcom/camerakit/CameraKitView;->h:Z
|
|
|
|
if-eqz v0, :cond_5
|
|
|
|
invoke-virtual {p0}, Landroid/widget/FrameLayout;->getLayoutParams()Landroid/view/ViewGroup$LayoutParams;
|
|
|
|
move-result-object v0
|
|
|
|
iget v1, v0, Landroid/view/ViewGroup$LayoutParams;->width:I
|
|
|
|
const/4 v2, -0x2
|
|
|
|
if-ne v1, v2, :cond_1
|
|
|
|
iget v1, v0, Landroid/view/ViewGroup$LayoutParams;->height:I
|
|
|
|
if-eq v1, v2, :cond_0
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
new-instance p1, Lcom/camerakit/CameraKitView$c;
|
|
|
|
const-string p2, "android:adjustViewBounds=true while both layout_width and layout_height are setView to wrap_content - only 1 is allowed."
|
|
|
|
invoke-direct {p1, p2}, Lcom/camerakit/CameraKitView$c;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p1
|
|
|
|
:cond_1
|
|
:goto_0
|
|
iget v1, v0, Landroid/view/ViewGroup$LayoutParams;->width:I
|
|
|
|
const/4 v3, 0x0
|
|
|
|
const/high16 v4, 0x40000000 # 2.0f
|
|
|
|
if-ne v1, v2, :cond_3
|
|
|
|
invoke-static {p2}, Landroid/view/View$MeasureSpec;->getSize(I)I
|
|
|
|
move-result v0
|
|
|
|
iget v1, p0, Lcom/camerakit/CameraKitView;->i:F
|
|
|
|
cmpl-float v2, v1, v3
|
|
|
|
if-lez v2, :cond_2
|
|
|
|
int-to-float p1, v0
|
|
|
|
mul-float p1, p1, v1
|
|
|
|
float-to-int p1, p1
|
|
|
|
invoke-static {p1, v4}, Landroid/view/View$MeasureSpec;->makeMeasureSpec(II)I
|
|
|
|
move-result p1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_2
|
|
iget-object v1, p0, Lcom/camerakit/CameraKitView;->u:Le/g/e;
|
|
|
|
if-eqz v1, :cond_5
|
|
|
|
invoke-virtual {v1}, Le/g/e;->getSurfaceSize()Le/g/j/c;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-virtual {v1}, Le/g/j/c;->a()I
|
|
|
|
move-result v1
|
|
|
|
if-lez v1, :cond_5
|
|
|
|
iget-object p1, p0, Lcom/camerakit/CameraKitView;->u:Le/g/e;
|
|
|
|
invoke-virtual {p1}, Le/g/e;->getSurfaceSize()Le/g/j/c;
|
|
|
|
move-result-object p1
|
|
|
|
int-to-float v0, v0
|
|
|
|
iget v1, p1, Le/g/j/c;->e:I
|
|
|
|
int-to-float v1, v1
|
|
|
|
div-float/2addr v0, v1
|
|
|
|
iget p1, p1, Le/g/j/c;->d:I
|
|
|
|
int-to-float p1, p1
|
|
|
|
mul-float v0, v0, p1
|
|
|
|
float-to-int p1, v0
|
|
|
|
invoke-static {p1, v4}, Landroid/view/View$MeasureSpec;->makeMeasureSpec(II)I
|
|
|
|
move-result p1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_3
|
|
iget v0, v0, Landroid/view/ViewGroup$LayoutParams;->height:I
|
|
|
|
if-ne v0, v2, :cond_5
|
|
|
|
invoke-static {p1}, Landroid/view/View$MeasureSpec;->getSize(I)I
|
|
|
|
move-result v0
|
|
|
|
iget v1, p0, Lcom/camerakit/CameraKitView;->i:F
|
|
|
|
cmpl-float v2, v1, v3
|
|
|
|
if-lez v2, :cond_4
|
|
|
|
int-to-float p2, v0
|
|
|
|
mul-float p2, p2, v1
|
|
|
|
float-to-int p2, p2
|
|
|
|
invoke-static {p2, v4}, Landroid/view/View$MeasureSpec;->makeMeasureSpec(II)I
|
|
|
|
move-result p2
|
|
|
|
goto :goto_1
|
|
|
|
:cond_4
|
|
iget-object v1, p0, Lcom/camerakit/CameraKitView;->u:Le/g/e;
|
|
|
|
if-eqz v1, :cond_5
|
|
|
|
invoke-virtual {v1}, Le/g/e;->getSurfaceSize()Le/g/j/c;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-virtual {v1}, Le/g/j/c;->a()I
|
|
|
|
move-result v1
|
|
|
|
if-lez v1, :cond_5
|
|
|
|
iget-object p2, p0, Lcom/camerakit/CameraKitView;->u:Le/g/e;
|
|
|
|
invoke-virtual {p2}, Le/g/e;->getSurfaceSize()Le/g/j/c;
|
|
|
|
move-result-object p2
|
|
|
|
int-to-float v0, v0
|
|
|
|
iget v1, p2, Le/g/j/c;->d:I
|
|
|
|
int-to-float v1, v1
|
|
|
|
div-float/2addr v0, v1
|
|
|
|
iget p2, p2, Le/g/j/c;->e:I
|
|
|
|
int-to-float p2, p2
|
|
|
|
mul-float v0, v0, p2
|
|
|
|
float-to-int p2, v0
|
|
|
|
invoke-static {p2, v4}, Landroid/view/View$MeasureSpec;->makeMeasureSpec(II)I
|
|
|
|
move-result p2
|
|
|
|
:cond_5
|
|
:goto_1
|
|
invoke-super {p0, p1, p2}, Landroid/widget/FrameLayout;->onMeasure(II)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setAdjustViewBounds(Z)V
|
|
.locals 0
|
|
|
|
iput-boolean p1, p0, Lcom/camerakit/CameraKitView;->h:Z
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setAspectRatio(F)V
|
|
.locals 0
|
|
|
|
iput p1, p0, Lcom/camerakit/CameraKitView;->i:F
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setCameraListener(Lcom/camerakit/CameraKitView$d;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/camerakit/CameraKitView;->r:Lcom/camerakit/CameraKitView$d;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setErrorListener(Lcom/camerakit/CameraKitView$ErrorListener;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/camerakit/CameraKitView;->t:Lcom/camerakit/CameraKitView$ErrorListener;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setFacing(I)V
|
|
.locals 1
|
|
|
|
iput p1, p0, Lcom/camerakit/CameraKitView;->j:I
|
|
|
|
iget-object p1, p0, Lcom/camerakit/CameraKitView;->u:Le/g/e;
|
|
|
|
invoke-virtual {p1}, Le/g/e;->getLifecycleState()Le/g/e$b;
|
|
|
|
move-result-object p1
|
|
|
|
invoke-virtual {p1}, Ljava/lang/Enum;->ordinal()I
|
|
|
|
move-result p1
|
|
|
|
if-eqz p1, :cond_1
|
|
|
|
const/4 v0, 0x1
|
|
|
|
if-eq p1, v0, :cond_0
|
|
|
|
const/4 v0, 0x2
|
|
|
|
if-eq p1, v0, :cond_1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
invoke-virtual {p0}, Lcom/camerakit/CameraKitView;->e()V
|
|
|
|
invoke-virtual {p0}, Lcom/camerakit/CameraKitView;->d()V
|
|
|
|
invoke-virtual {p0}, Lcom/camerakit/CameraKitView;->c()V
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
invoke-virtual {p0}, Lcom/camerakit/CameraKitView;->e()V
|
|
|
|
invoke-virtual {p0}, Lcom/camerakit/CameraKitView;->d()V
|
|
|
|
:goto_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public setFlash(I)V
|
|
.locals 1
|
|
|
|
iput p1, p0, Lcom/camerakit/CameraKitView;->k:I
|
|
|
|
if-eqz p1, :cond_3
|
|
|
|
const/4 v0, 0x1
|
|
|
|
if-eq p1, v0, :cond_2
|
|
|
|
const/4 v0, 0x2
|
|
|
|
if-eq p1, v0, :cond_1
|
|
|
|
const/4 v0, 0x3
|
|
|
|
if-eq p1, v0, :cond_0
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
:try_start_0
|
|
new-instance p1, Lcom/camerakit/CameraKitView$c;
|
|
|
|
const-string v0, "FLASH_TORCH is not supported in this version of CameraKit."
|
|
|
|
invoke-direct {p1, v0}, Lcom/camerakit/CameraKitView$c;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p1
|
|
|
|
:cond_1
|
|
new-instance p1, Lcom/camerakit/CameraKitView$c;
|
|
|
|
const-string v0, "FLASH_AUTO is not supported in this version of CameraKit."
|
|
|
|
invoke-direct {p1, v0}, Lcom/camerakit/CameraKitView$c;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p1
|
|
|
|
:cond_2
|
|
sget-object p1, Le/g/j/b;->e:Le/g/j/b;
|
|
|
|
sput-object p1, Lcom/camerakit/CameraKitView;->w:Le/g/j/b;
|
|
|
|
goto :goto_0
|
|
|
|
:cond_3
|
|
sget-object p1, Le/g/j/b;->d:Le/g/j/b;
|
|
|
|
sput-object p1, Lcom/camerakit/CameraKitView;->w:Le/g/j/b;
|
|
:try_end_0
|
|
.catch Lcom/camerakit/CameraKitView$c; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
:goto_0
|
|
iget-object p1, p0, Lcom/camerakit/CameraKitView;->u:Le/g/e;
|
|
|
|
sget-object v0, Lcom/camerakit/CameraKitView;->w:Le/g/j/b;
|
|
|
|
invoke-virtual {p1, v0}, Le/g/e;->setFlash(Le/g/j/b;)V
|
|
|
|
return-void
|
|
|
|
:catch_0
|
|
move-exception p1
|
|
|
|
invoke-virtual {p1}, Ljava/lang/RuntimeException;->getMessage()Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
const-string v0, "CameraException: Flash"
|
|
|
|
invoke-static {v0, p1}, Landroid/util/Log;->e(Ljava/lang/String;Ljava/lang/String;)I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setFocus(I)V
|
|
.locals 0
|
|
|
|
iput p1, p0, Lcom/camerakit/CameraKitView;->l:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setFrameCallback(Lcom/camerakit/CameraKitView$e;)V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setGestureListener(Lcom/camerakit/CameraKitView$f;)V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setImageMegaPixels(F)V
|
|
.locals 1
|
|
|
|
iput p1, p0, Lcom/camerakit/CameraKitView;->q:F
|
|
|
|
iget-object p1, p0, Lcom/camerakit/CameraKitView;->u:Le/g/e;
|
|
|
|
iget v0, p0, Lcom/camerakit/CameraKitView;->q:F
|
|
|
|
invoke-virtual {p1, v0}, Le/g/e;->setImageMegaPixels(F)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setPermissions(I)V
|
|
.locals 0
|
|
|
|
iput p1, p0, Lcom/camerakit/CameraKitView;->p:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setPermissionsListener(Lcom/camerakit/CameraKitView$h;)V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setPreviewEffect(I)V
|
|
.locals 0
|
|
|
|
iput p1, p0, Lcom/camerakit/CameraKitView;->o:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setPreviewListener(Lcom/camerakit/CameraKitView$i;)V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setSensorPreset(I)V
|
|
.locals 0
|
|
|
|
iput p1, p0, Lcom/camerakit/CameraKitView;->n:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setZoomFactor(F)V
|
|
.locals 0
|
|
|
|
iput p1, p0, Lcom/camerakit/CameraKitView;->m:F
|
|
|
|
return-void
|
|
.end method
|