* Decompile and recreate Soul Browser v1.4.85 with APK CI builds Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix CI build: include bundled google.jks and remove PR trigger The apktool build failed in CI because app/unknown/.../google.jks was excluded by the *.jks gitignore rule. Whitelist app-bundled JKS files and commit the missing resource. Also remove the redundant pull_request workflow trigger. Co-authored-by: KaKi87 <KaKi87@pm.me> * Change package ID to com.github.kaki87.soulbrowser Rename the application ID so the rebuilt APK can be installed alongside the original Soul Browser from Google Play. - Update AndroidManifest package, permissions, providers, and actions - Update R class references in smali (com/github/kaki87/soulbrowser/R) - Update shortcuts.xml targetPackage - Rename app label to "Soul Rebuild" for easy identification Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix install compatibility: remove split APK metadata and bundle native libs The rebuilt APK still declared requiredSplitTypes and Play Store split metadata, causing Android to reject standalone installs as incompatible. - Remove requiredSplitTypes and split-related manifest meta-data - Merge native libs from all ABI splits with uncompressed storage - Page-align before signing for extractNativeLibs=false - Add .so to apktool doNotCompress list Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix install failure: use apksigner v2/v3 and bundle arm64 native libs Target SDK 36 requires APK Signature Scheme v2+, but jarsigner only produces v1 signatures, causing Android to reject the install. - Sign with apksigner (v1+v2+v3) instead of jarsigner - Add arm64-v8a native libraries from universal Soul Browser 1.4.79 - Set extractNativeLibs=true for reliable sideload installs - Commit stable debug keystore for consistent signatures across builds Co-authored-by: KaKi87 <KaKi87@pm.me> * Add committed debug keystore for consistent APK signatures Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix startup crash: use original classes2.dex desugar libraries Apktool recompiles smali_classes2 into a broken classes2.dex, causing ClassNotFoundException for j$.com.android.tools.r8.a at ML Kit init. Inject the original classes2.dex (Java 8+ desugar libs) after apktool build instead of using the recompiled version. Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix missing drawable resources from density split APKs The base APK is an app bundle module; density-specific drawables like seek_thumb_nor_b live in config.xhdpi.apk and were missing after rebuild, causing Resources$NotFoundException at runtime. - Merge non-9-patch resources from split APKs before apktool build - Sync public.xml IDs from R smali only when backing files exist - Add 713 density-specific resource IDs to public.xml Co-authored-by: KaKi87 <KaKi87@pm.me> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>
755 lines
16 KiB
Smali
755 lines
16 KiB
Smali
.class Lcom/google/android/material/floatingactionbutton/FloatingActionButtonImpl;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/google/android/material/floatingactionbutton/FloatingActionButtonImpl$InternalVisibilityChangedListener;,
|
|
Lcom/google/android/material/floatingactionbutton/FloatingActionButtonImpl$InternalTransformationCallback;,
|
|
Lcom/google/android/material/floatingactionbutton/FloatingActionButtonImpl$AlwaysStatefulMaterialShapeDrawable;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final A:[I
|
|
|
|
.field public static final q:Landroidx/interpolator/view/animation/FastOutLinearInInterpolator;
|
|
|
|
.field public static final r:I
|
|
|
|
.field public static final s:I
|
|
|
|
.field public static final t:I
|
|
|
|
.field public static final u:I
|
|
|
|
.field public static final v:[I
|
|
|
|
.field public static final w:[I
|
|
|
|
.field public static final x:[I
|
|
|
|
.field public static final y:[I
|
|
|
|
.field public static final z:[I
|
|
|
|
|
|
# instance fields
|
|
.field public a:Lcom/google/android/material/shape/ShapeAppearanceModel;
|
|
|
|
.field public b:Z
|
|
|
|
.field public c:Z
|
|
|
|
.field public d:F
|
|
|
|
.field public e:F
|
|
|
|
.field public f:F
|
|
|
|
.field public g:Landroid/animation/StateListAnimator;
|
|
|
|
.field public h:Landroid/animation/Animator;
|
|
|
|
.field public i:Lcom/google/android/material/animation/MotionSpec;
|
|
|
|
.field public j:Lcom/google/android/material/animation/MotionSpec;
|
|
|
|
.field public k:F
|
|
|
|
.field public l:I
|
|
|
|
.field public m:I
|
|
|
|
.field public n:Ljava/util/ArrayList;
|
|
|
|
.field public o:Ljava/util/ArrayList;
|
|
|
|
.field public p:Ljava/util/ArrayList;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 4
|
|
|
|
.line 1
|
|
sget-object v0, Lcom/google/android/material/animation/AnimationUtils;->c:Landroidx/interpolator/view/animation/FastOutLinearInInterpolator;
|
|
|
|
.line 2
|
|
.line 3
|
|
sput-object v0, Lcom/google/android/material/floatingactionbutton/FloatingActionButtonImpl;->q:Landroidx/interpolator/view/animation/FastOutLinearInInterpolator;
|
|
|
|
.line 4
|
|
.line 5
|
|
sget v0, Lcom/google/android/material/R$attr;->motionDurationLong2:I
|
|
|
|
.line 6
|
|
.line 7
|
|
sput v0, Lcom/google/android/material/floatingactionbutton/FloatingActionButtonImpl;->r:I
|
|
|
|
.line 8
|
|
.line 9
|
|
sget v0, Lcom/google/android/material/R$attr;->motionEasingEmphasizedInterpolator:I
|
|
|
|
.line 10
|
|
.line 11
|
|
sput v0, Lcom/google/android/material/floatingactionbutton/FloatingActionButtonImpl;->s:I
|
|
|
|
.line 12
|
|
.line 13
|
|
sget v0, Lcom/google/android/material/R$attr;->motionDurationMedium1:I
|
|
|
|
.line 14
|
|
.line 15
|
|
sput v0, Lcom/google/android/material/floatingactionbutton/FloatingActionButtonImpl;->t:I
|
|
|
|
.line 16
|
|
.line 17
|
|
sget v0, Lcom/google/android/material/R$attr;->motionEasingEmphasizedAccelerateInterpolator:I
|
|
|
|
.line 18
|
|
.line 19
|
|
sput v0, Lcom/google/android/material/floatingactionbutton/FloatingActionButtonImpl;->u:I
|
|
|
|
.line 20
|
|
.line 21
|
|
const v0, 0x10100a7
|
|
|
|
.line 22
|
|
.line 23
|
|
.line 24
|
|
const v1, 0x101009e
|
|
|
|
.line 25
|
|
.line 26
|
|
.line 27
|
|
filled-new-array {v0, v1}, [I
|
|
|
|
.line 28
|
|
.line 29
|
|
.line 30
|
|
move-result-object v0
|
|
|
|
.line 31
|
|
sput-object v0, Lcom/google/android/material/floatingactionbutton/FloatingActionButtonImpl;->v:[I
|
|
|
|
.line 32
|
|
.line 33
|
|
const v0, 0x1010367
|
|
|
|
.line 34
|
|
.line 35
|
|
.line 36
|
|
const v2, 0x101009c
|
|
|
|
.line 37
|
|
.line 38
|
|
.line 39
|
|
filled-new-array {v0, v2, v1}, [I
|
|
|
|
.line 40
|
|
.line 41
|
|
.line 42
|
|
move-result-object v3
|
|
|
|
.line 43
|
|
sput-object v3, Lcom/google/android/material/floatingactionbutton/FloatingActionButtonImpl;->w:[I
|
|
|
|
.line 44
|
|
.line 45
|
|
filled-new-array {v2, v1}, [I
|
|
|
|
.line 46
|
|
.line 47
|
|
.line 48
|
|
move-result-object v2
|
|
|
|
.line 49
|
|
sput-object v2, Lcom/google/android/material/floatingactionbutton/FloatingActionButtonImpl;->x:[I
|
|
|
|
.line 50
|
|
.line 51
|
|
filled-new-array {v0, v1}, [I
|
|
|
|
.line 52
|
|
.line 53
|
|
.line 54
|
|
move-result-object v0
|
|
|
|
.line 55
|
|
sput-object v0, Lcom/google/android/material/floatingactionbutton/FloatingActionButtonImpl;->y:[I
|
|
|
|
.line 56
|
|
.line 57
|
|
filled-new-array {v1}, [I
|
|
|
|
.line 58
|
|
.line 59
|
|
.line 60
|
|
move-result-object v0
|
|
|
|
.line 61
|
|
sput-object v0, Lcom/google/android/material/floatingactionbutton/FloatingActionButtonImpl;->z:[I
|
|
|
|
.line 62
|
|
.line 63
|
|
const/4 v0, 0x0
|
|
|
|
.line 64
|
|
new-array v0, v0, [I
|
|
|
|
.line 65
|
|
.line 66
|
|
sput-object v0, Lcom/google/android/material/floatingactionbutton/FloatingActionButtonImpl;->A:[I
|
|
|
|
.line 67
|
|
.line 68
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final a(FLandroid/graphics/Matrix;)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-virtual {p2}, Landroid/graphics/Matrix;->reset()V
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
const/4 p1, 0x0
|
|
|
|
.line 5
|
|
throw p1
|
|
.end method
|
|
|
|
.method public final b(Lcom/google/android/material/animation/MotionSpec;FFF)Landroid/animation/AnimatorSet;
|
|
.locals 8
|
|
|
|
.line 1
|
|
new-instance v0, Ljava/util/ArrayList;
|
|
|
|
.line 2
|
|
.line 3
|
|
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
|
|
|
|
.line 4
|
|
.line 5
|
|
.line 6
|
|
sget-object v1, Landroid/view/View;->ALPHA:Landroid/util/Property;
|
|
|
|
.line 7
|
|
.line 8
|
|
const/4 v2, 0x1
|
|
|
|
.line 9
|
|
new-array v3, v2, [F
|
|
|
|
.line 10
|
|
.line 11
|
|
const/4 v4, 0x0
|
|
|
|
.line 12
|
|
aput p2, v3, v4
|
|
|
|
.line 13
|
|
.line 14
|
|
const/4 p2, 0x0
|
|
|
|
.line 15
|
|
invoke-static {p2, v1, v3}, Landroid/animation/ObjectAnimator;->ofFloat(Ljava/lang/Object;Landroid/util/Property;[F)Landroid/animation/ObjectAnimator;
|
|
|
|
.line 16
|
|
.line 17
|
|
.line 18
|
|
move-result-object v1
|
|
|
|
.line 19
|
|
const-string v3, "opacity"
|
|
|
|
.line 20
|
|
.line 21
|
|
invoke-virtual {p1, v3}, Lcom/google/android/material/animation/MotionSpec;->c(Ljava/lang/String;)Lcom/google/android/material/animation/MotionTiming;
|
|
|
|
.line 22
|
|
.line 23
|
|
.line 24
|
|
move-result-object v3
|
|
|
|
.line 25
|
|
invoke-virtual {v3, v1}, Lcom/google/android/material/animation/MotionTiming;->a(Landroid/animation/ObjectAnimator;)V
|
|
|
|
.line 26
|
|
.line 27
|
|
.line 28
|
|
invoke-virtual {v0, v1}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z
|
|
|
|
.line 29
|
|
.line 30
|
|
.line 31
|
|
sget-object v1, Landroid/view/View;->SCALE_X:Landroid/util/Property;
|
|
|
|
.line 32
|
|
.line 33
|
|
new-array v3, v2, [F
|
|
|
|
.line 34
|
|
.line 35
|
|
aput p3, v3, v4
|
|
|
|
.line 36
|
|
.line 37
|
|
invoke-static {p2, v1, v3}, Landroid/animation/ObjectAnimator;->ofFloat(Ljava/lang/Object;Landroid/util/Property;[F)Landroid/animation/ObjectAnimator;
|
|
|
|
.line 38
|
|
.line 39
|
|
.line 40
|
|
move-result-object v1
|
|
|
|
.line 41
|
|
const-string v3, "scale"
|
|
|
|
.line 42
|
|
.line 43
|
|
invoke-virtual {p1, v3}, Lcom/google/android/material/animation/MotionSpec;->c(Ljava/lang/String;)Lcom/google/android/material/animation/MotionTiming;
|
|
|
|
.line 44
|
|
.line 45
|
|
.line 46
|
|
move-result-object v5
|
|
|
|
.line 47
|
|
invoke-virtual {v5, v1}, Lcom/google/android/material/animation/MotionTiming;->a(Landroid/animation/ObjectAnimator;)V
|
|
|
|
.line 48
|
|
.line 49
|
|
.line 50
|
|
sget v5, Landroid/os/Build$VERSION;->SDK_INT:I
|
|
|
|
.line 51
|
|
.line 52
|
|
const/16 v6, 0x1a
|
|
|
|
.line 53
|
|
.line 54
|
|
if-eq v5, v6, :cond_0
|
|
|
|
.line 55
|
|
.line 56
|
|
goto :goto_0
|
|
|
|
.line 57
|
|
:cond_0
|
|
new-instance v7, Lcom/google/android/material/floatingactionbutton/FloatingActionButtonImpl$4;
|
|
|
|
.line 58
|
|
.line 59
|
|
invoke-direct {v7}, Lcom/google/android/material/floatingactionbutton/FloatingActionButtonImpl$4;-><init>()V
|
|
|
|
.line 60
|
|
.line 61
|
|
.line 62
|
|
invoke-virtual {v1, v7}, Landroid/animation/ValueAnimator;->setEvaluator(Landroid/animation/TypeEvaluator;)V
|
|
|
|
.line 63
|
|
.line 64
|
|
.line 65
|
|
:goto_0
|
|
invoke-virtual {v0, v1}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z
|
|
|
|
.line 66
|
|
.line 67
|
|
.line 68
|
|
sget-object v1, Landroid/view/View;->SCALE_Y:Landroid/util/Property;
|
|
|
|
.line 69
|
|
.line 70
|
|
new-array v7, v2, [F
|
|
|
|
.line 71
|
|
.line 72
|
|
aput p3, v7, v4
|
|
|
|
.line 73
|
|
.line 74
|
|
invoke-static {p2, v1, v7}, Landroid/animation/ObjectAnimator;->ofFloat(Ljava/lang/Object;Landroid/util/Property;[F)Landroid/animation/ObjectAnimator;
|
|
|
|
.line 75
|
|
.line 76
|
|
.line 77
|
|
move-result-object p3
|
|
|
|
.line 78
|
|
invoke-virtual {p1, v3}, Lcom/google/android/material/animation/MotionSpec;->c(Ljava/lang/String;)Lcom/google/android/material/animation/MotionTiming;
|
|
|
|
.line 79
|
|
.line 80
|
|
.line 81
|
|
move-result-object v1
|
|
|
|
.line 82
|
|
invoke-virtual {v1, p3}, Lcom/google/android/material/animation/MotionTiming;->a(Landroid/animation/ObjectAnimator;)V
|
|
|
|
.line 83
|
|
.line 84
|
|
.line 85
|
|
if-eq v5, v6, :cond_1
|
|
|
|
.line 86
|
|
.line 87
|
|
goto :goto_1
|
|
|
|
.line 88
|
|
:cond_1
|
|
new-instance v1, Lcom/google/android/material/floatingactionbutton/FloatingActionButtonImpl$4;
|
|
|
|
.line 89
|
|
.line 90
|
|
invoke-direct {v1}, Lcom/google/android/material/floatingactionbutton/FloatingActionButtonImpl$4;-><init>()V
|
|
|
|
.line 91
|
|
.line 92
|
|
.line 93
|
|
invoke-virtual {p3, v1}, Landroid/animation/ValueAnimator;->setEvaluator(Landroid/animation/TypeEvaluator;)V
|
|
|
|
.line 94
|
|
.line 95
|
|
.line 96
|
|
:goto_1
|
|
invoke-virtual {v0, p3}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z
|
|
|
|
.line 97
|
|
.line 98
|
|
.line 99
|
|
invoke-virtual {p0, p4, p2}, Lcom/google/android/material/floatingactionbutton/FloatingActionButtonImpl;->a(FLandroid/graphics/Matrix;)V
|
|
|
|
.line 100
|
|
.line 101
|
|
.line 102
|
|
new-instance p3, Lcom/google/android/material/animation/ImageMatrixProperty;
|
|
|
|
.line 103
|
|
.line 104
|
|
invoke-direct {p3}, Lcom/google/android/material/animation/ImageMatrixProperty;-><init>()V
|
|
|
|
.line 105
|
|
.line 106
|
|
.line 107
|
|
new-instance p4, Lcom/google/android/material/floatingactionbutton/FloatingActionButtonImpl$3;
|
|
|
|
.line 108
|
|
.line 109
|
|
invoke-direct {p4, p0}, Lcom/google/android/material/floatingactionbutton/FloatingActionButtonImpl$3;-><init>(Lcom/google/android/material/floatingactionbutton/FloatingActionButtonImpl;)V
|
|
|
|
.line 110
|
|
.line 111
|
|
.line 112
|
|
new-instance v1, Landroid/graphics/Matrix;
|
|
|
|
.line 113
|
|
.line 114
|
|
invoke-direct {v1, p2}, Landroid/graphics/Matrix;-><init>(Landroid/graphics/Matrix;)V
|
|
|
|
.line 115
|
|
.line 116
|
|
.line 117
|
|
new-array v2, v2, [Landroid/graphics/Matrix;
|
|
|
|
.line 118
|
|
.line 119
|
|
aput-object v1, v2, v4
|
|
|
|
.line 120
|
|
.line 121
|
|
invoke-static {p2, p3, p4, v2}, Landroid/animation/ObjectAnimator;->ofObject(Ljava/lang/Object;Landroid/util/Property;Landroid/animation/TypeEvaluator;[Ljava/lang/Object;)Landroid/animation/ObjectAnimator;
|
|
|
|
.line 122
|
|
.line 123
|
|
.line 124
|
|
move-result-object p2
|
|
|
|
.line 125
|
|
const-string p3, "iconScale"
|
|
|
|
.line 126
|
|
.line 127
|
|
invoke-virtual {p1, p3}, Lcom/google/android/material/animation/MotionSpec;->c(Ljava/lang/String;)Lcom/google/android/material/animation/MotionTiming;
|
|
|
|
.line 128
|
|
.line 129
|
|
.line 130
|
|
move-result-object p1
|
|
|
|
.line 131
|
|
invoke-virtual {p1, p2}, Lcom/google/android/material/animation/MotionTiming;->a(Landroid/animation/ObjectAnimator;)V
|
|
|
|
.line 132
|
|
.line 133
|
|
.line 134
|
|
invoke-virtual {v0, p2}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z
|
|
|
|
.line 135
|
|
.line 136
|
|
.line 137
|
|
new-instance p1, Landroid/animation/AnimatorSet;
|
|
|
|
.line 138
|
|
.line 139
|
|
invoke-direct {p1}, Landroid/animation/AnimatorSet;-><init>()V
|
|
|
|
.line 140
|
|
.line 141
|
|
.line 142
|
|
invoke-static {p1, v0}, Lcom/google/android/material/animation/AnimatorSetCompat;->a(Landroid/animation/AnimatorSet;Ljava/util/ArrayList;)V
|
|
|
|
.line 143
|
|
.line 144
|
|
.line 145
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final c(FFFII)Landroid/animation/AnimatorSet;
|
|
.locals 0
|
|
|
|
.line 1
|
|
new-instance p1, Landroid/animation/AnimatorSet;
|
|
|
|
.line 2
|
|
.line 3
|
|
invoke-direct {p1}, Landroid/animation/AnimatorSet;-><init>()V
|
|
|
|
.line 4
|
|
.line 5
|
|
.line 6
|
|
new-instance p1, Ljava/util/ArrayList;
|
|
|
|
.line 7
|
|
.line 8
|
|
invoke-direct {p1}, Ljava/util/ArrayList;-><init>()V
|
|
|
|
.line 9
|
|
.line 10
|
|
.line 11
|
|
const/4 p1, 0x2
|
|
|
|
.line 12
|
|
new-array p1, p1, [F
|
|
|
|
.line 13
|
|
.line 14
|
|
fill-array-data p1, :array_0
|
|
|
|
.line 15
|
|
.line 16
|
|
.line 17
|
|
invoke-static {p1}, Landroid/animation/ValueAnimator;->ofFloat([F)Landroid/animation/ValueAnimator;
|
|
|
|
.line 18
|
|
.line 19
|
|
.line 20
|
|
const/4 p1, 0x0
|
|
|
|
.line 21
|
|
throw p1
|
|
|
|
.line 22
|
|
nop
|
|
|
|
.line 23
|
|
:array_0
|
|
.array-data 4
|
|
0x0
|
|
0x3f800000 # 1.0f
|
|
.end array-data
|
|
.end method
|
|
|
|
.method public final d(FF)Landroid/animation/AnimatorSet;
|
|
.locals 6
|
|
|
|
.line 1
|
|
new-instance v0, Landroid/animation/AnimatorSet;
|
|
|
|
.line 2
|
|
.line 3
|
|
invoke-direct {v0}, Landroid/animation/AnimatorSet;-><init>()V
|
|
|
|
.line 4
|
|
.line 5
|
|
.line 6
|
|
const/4 v1, 0x1
|
|
|
|
.line 7
|
|
new-array v2, v1, [F
|
|
|
|
.line 8
|
|
.line 9
|
|
const/4 v3, 0x0
|
|
|
|
.line 10
|
|
aput p1, v2, v3
|
|
|
|
.line 11
|
|
.line 12
|
|
const/4 p1, 0x0
|
|
|
|
.line 13
|
|
const-string v4, "elevation"
|
|
|
|
.line 14
|
|
.line 15
|
|
invoke-static {p1, v4, v2}, Landroid/animation/ObjectAnimator;->ofFloat(Ljava/lang/Object;Ljava/lang/String;[F)Landroid/animation/ObjectAnimator;
|
|
|
|
.line 16
|
|
.line 17
|
|
.line 18
|
|
move-result-object v2
|
|
|
|
.line 19
|
|
const-wide/16 v4, 0x0
|
|
|
|
.line 20
|
|
.line 21
|
|
invoke-virtual {v2, v4, v5}, Landroid/animation/ObjectAnimator;->setDuration(J)Landroid/animation/ObjectAnimator;
|
|
|
|
.line 22
|
|
.line 23
|
|
.line 24
|
|
move-result-object v2
|
|
|
|
.line 25
|
|
invoke-virtual {v0, v2}, Landroid/animation/AnimatorSet;->play(Landroid/animation/Animator;)Landroid/animation/AnimatorSet$Builder;
|
|
|
|
.line 26
|
|
.line 27
|
|
.line 28
|
|
move-result-object v2
|
|
|
|
.line 29
|
|
sget-object v4, Landroid/view/View;->TRANSLATION_Z:Landroid/util/Property;
|
|
|
|
.line 30
|
|
.line 31
|
|
new-array v1, v1, [F
|
|
|
|
.line 32
|
|
.line 33
|
|
aput p2, v1, v3
|
|
|
|
.line 34
|
|
.line 35
|
|
invoke-static {p1, v4, v1}, Landroid/animation/ObjectAnimator;->ofFloat(Ljava/lang/Object;Landroid/util/Property;[F)Landroid/animation/ObjectAnimator;
|
|
|
|
.line 36
|
|
.line 37
|
|
.line 38
|
|
move-result-object p1
|
|
|
|
.line 39
|
|
const-wide/16 v3, 0x64
|
|
|
|
.line 40
|
|
.line 41
|
|
invoke-virtual {p1, v3, v4}, Landroid/animation/ObjectAnimator;->setDuration(J)Landroid/animation/ObjectAnimator;
|
|
|
|
.line 42
|
|
.line 43
|
|
.line 44
|
|
move-result-object p1
|
|
|
|
.line 45
|
|
invoke-virtual {v2, p1}, Landroid/animation/AnimatorSet$Builder;->with(Landroid/animation/Animator;)Landroid/animation/AnimatorSet$Builder;
|
|
|
|
.line 46
|
|
.line 47
|
|
.line 48
|
|
sget-object p1, Lcom/google/android/material/floatingactionbutton/FloatingActionButtonImpl;->q:Landroidx/interpolator/view/animation/FastOutLinearInInterpolator;
|
|
|
|
.line 49
|
|
.line 50
|
|
invoke-virtual {v0, p1}, Landroid/animation/AnimatorSet;->setInterpolator(Landroid/animation/TimeInterpolator;)V
|
|
|
|
.line 51
|
|
.line 52
|
|
.line 53
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final e(FFF)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
const/4 p1, 0x0
|
|
|
|
.line 2
|
|
throw p1
|
|
.end method
|
|
|
|
.method public final f()V
|
|
.locals 4
|
|
|
|
.line 1
|
|
iget-object v0, p0, Lcom/google/android/material/floatingactionbutton/FloatingActionButtonImpl;->p:Ljava/util/ArrayList;
|
|
|
|
.line 2
|
|
.line 3
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 4
|
|
.line 5
|
|
invoke-virtual {v0}, Ljava/util/ArrayList;->size()I
|
|
|
|
.line 6
|
|
.line 7
|
|
.line 8
|
|
move-result v1
|
|
|
|
.line 9
|
|
const/4 v2, 0x0
|
|
|
|
.line 10
|
|
:goto_0
|
|
if-ge v2, v1, :cond_0
|
|
|
|
.line 11
|
|
.line 12
|
|
invoke-virtual {v0, v2}, Ljava/util/ArrayList;->get(I)Ljava/lang/Object;
|
|
|
|
.line 13
|
|
.line 14
|
|
.line 15
|
|
move-result-object v3
|
|
|
|
.line 16
|
|
add-int/lit8 v2, v2, 0x1
|
|
|
|
.line 17
|
|
.line 18
|
|
check-cast v3, Lcom/google/android/material/floatingactionbutton/FloatingActionButtonImpl$InternalTransformationCallback;
|
|
|
|
.line 19
|
|
.line 20
|
|
invoke-interface {v3}, Lcom/google/android/material/floatingactionbutton/FloatingActionButtonImpl$InternalTransformationCallback;->a()V
|
|
|
|
.line 21
|
|
.line 22
|
|
.line 23
|
|
goto :goto_0
|
|
|
|
.line 24
|
|
:cond_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public final g()V
|
|
.locals 1
|
|
|
|
.line 1
|
|
const/4 v0, 0x0
|
|
|
|
.line 2
|
|
throw v0
|
|
.end method
|