* 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>
711 lines
15 KiB
Smali
711 lines
15 KiB
Smali
.class public Lcom/google/android/material/shape/ShapePath;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/google/android/material/shape/ShapePath$PathLineOperation;,
|
|
Lcom/google/android/material/shape/ShapePath$LineShadowOperation;,
|
|
Lcom/google/android/material/shape/ShapePath$ShadowCompatOperation;,
|
|
Lcom/google/android/material/shape/ShapePath$InnerCornerShadowOperation;,
|
|
Lcom/google/android/material/shape/ShapePath$PathQuadOperation;,
|
|
Lcom/google/android/material/shape/ShapePath$PathCubicOperation;,
|
|
Lcom/google/android/material/shape/ShapePath$PathArcOperation;,
|
|
Lcom/google/android/material/shape/ShapePath$ArcShadowOperation;,
|
|
Lcom/google/android/material/shape/ShapePath$PathOperation;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field public a:F
|
|
|
|
.field public b:F
|
|
|
|
.field public c:F
|
|
|
|
.field public d:F
|
|
|
|
.field public e:F
|
|
|
|
.field public f:F
|
|
|
|
.field public final g:Ljava/util/ArrayList;
|
|
|
|
.field public final h:Ljava/util/ArrayList;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 2
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
new-instance v0, Ljava/util/ArrayList;
|
|
|
|
.line 5
|
|
.line 6
|
|
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
|
|
|
|
.line 7
|
|
.line 8
|
|
.line 9
|
|
iput-object v0, p0, Lcom/google/android/material/shape/ShapePath;->g:Ljava/util/ArrayList;
|
|
|
|
.line 10
|
|
.line 11
|
|
new-instance v0, Ljava/util/ArrayList;
|
|
|
|
.line 12
|
|
.line 13
|
|
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
|
|
|
|
.line 14
|
|
.line 15
|
|
.line 16
|
|
iput-object v0, p0, Lcom/google/android/material/shape/ShapePath;->h:Ljava/util/ArrayList;
|
|
|
|
.line 17
|
|
.line 18
|
|
const/4 v0, 0x0
|
|
|
|
.line 19
|
|
const/high16 v1, 0x43870000 # 270.0f
|
|
|
|
.line 20
|
|
.line 21
|
|
invoke-virtual {p0, v0, v0, v1, v0}, Lcom/google/android/material/shape/ShapePath;->e(FFFF)V
|
|
|
|
.line 22
|
|
.line 23
|
|
.line 24
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final a(F)V
|
|
.locals 4
|
|
|
|
.line 1
|
|
iget v0, p0, Lcom/google/android/material/shape/ShapePath;->e:F
|
|
|
|
.line 2
|
|
.line 3
|
|
cmpl-float v1, v0, p1
|
|
|
|
.line 4
|
|
.line 5
|
|
if-nez v1, :cond_0
|
|
|
|
.line 6
|
|
.line 7
|
|
goto :goto_0
|
|
|
|
.line 8
|
|
:cond_0
|
|
sub-float v0, p1, v0
|
|
|
|
.line 9
|
|
.line 10
|
|
const/high16 v1, 0x43b40000 # 360.0f
|
|
|
|
.line 11
|
|
.line 12
|
|
add-float/2addr v0, v1
|
|
|
|
.line 13
|
|
rem-float/2addr v0, v1
|
|
|
|
.line 14
|
|
const/high16 v1, 0x43340000 # 180.0f
|
|
|
|
.line 15
|
|
.line 16
|
|
cmpl-float v1, v0, v1
|
|
|
|
.line 17
|
|
.line 18
|
|
if-lez v1, :cond_1
|
|
|
|
.line 19
|
|
.line 20
|
|
:goto_0
|
|
return-void
|
|
|
|
.line 21
|
|
:cond_1
|
|
new-instance v1, Lcom/google/android/material/shape/ShapePath$PathArcOperation;
|
|
|
|
.line 22
|
|
.line 23
|
|
iget v2, p0, Lcom/google/android/material/shape/ShapePath;->c:F
|
|
|
|
.line 24
|
|
.line 25
|
|
iget v3, p0, Lcom/google/android/material/shape/ShapePath;->d:F
|
|
|
|
.line 26
|
|
.line 27
|
|
invoke-direct {v1, v2, v3, v2, v3}, Lcom/google/android/material/shape/ShapePath$PathArcOperation;-><init>(FFFF)V
|
|
|
|
.line 28
|
|
.line 29
|
|
.line 30
|
|
iget v2, p0, Lcom/google/android/material/shape/ShapePath;->e:F
|
|
|
|
.line 31
|
|
.line 32
|
|
iput v2, v1, Lcom/google/android/material/shape/ShapePath$PathArcOperation;->f:F
|
|
|
|
.line 33
|
|
.line 34
|
|
iput v0, v1, Lcom/google/android/material/shape/ShapePath$PathArcOperation;->g:F
|
|
|
|
.line 35
|
|
.line 36
|
|
new-instance v0, Lcom/google/android/material/shape/ShapePath$ArcShadowOperation;
|
|
|
|
.line 37
|
|
.line 38
|
|
invoke-direct {v0, v1}, Lcom/google/android/material/shape/ShapePath$ArcShadowOperation;-><init>(Lcom/google/android/material/shape/ShapePath$PathArcOperation;)V
|
|
|
|
.line 39
|
|
.line 40
|
|
.line 41
|
|
iget-object v1, p0, Lcom/google/android/material/shape/ShapePath;->h:Ljava/util/ArrayList;
|
|
|
|
.line 42
|
|
.line 43
|
|
invoke-virtual {v1, v0}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z
|
|
|
|
.line 44
|
|
.line 45
|
|
.line 46
|
|
iput p1, p0, Lcom/google/android/material/shape/ShapePath;->e:F
|
|
|
|
.line 47
|
|
.line 48
|
|
return-void
|
|
.end method
|
|
|
|
.method public final b(Landroid/graphics/Matrix;Landroid/graphics/Path;)V
|
|
.locals 4
|
|
|
|
.line 1
|
|
iget-object v0, p0, Lcom/google/android/material/shape/ShapePath;->g:Ljava/util/ArrayList;
|
|
|
|
.line 2
|
|
.line 3
|
|
invoke-virtual {v0}, Ljava/util/ArrayList;->size()I
|
|
|
|
.line 4
|
|
.line 5
|
|
.line 6
|
|
move-result v1
|
|
|
|
.line 7
|
|
const/4 v2, 0x0
|
|
|
|
.line 8
|
|
:goto_0
|
|
if-ge v2, v1, :cond_0
|
|
|
|
.line 9
|
|
.line 10
|
|
invoke-virtual {v0, v2}, Ljava/util/ArrayList;->get(I)Ljava/lang/Object;
|
|
|
|
.line 11
|
|
.line 12
|
|
.line 13
|
|
move-result-object v3
|
|
|
|
.line 14
|
|
check-cast v3, Lcom/google/android/material/shape/ShapePath$PathOperation;
|
|
|
|
.line 15
|
|
.line 16
|
|
invoke-virtual {v3, p1, p2}, Lcom/google/android/material/shape/ShapePath$PathOperation;->a(Landroid/graphics/Matrix;Landroid/graphics/Path;)V
|
|
|
|
.line 17
|
|
.line 18
|
|
.line 19
|
|
add-int/lit8 v2, v2, 0x1
|
|
|
|
.line 20
|
|
.line 21
|
|
goto :goto_0
|
|
|
|
.line 22
|
|
:cond_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public final c(FF)V
|
|
.locals 4
|
|
|
|
.line 1
|
|
new-instance v0, Lcom/google/android/material/shape/ShapePath$PathLineOperation;
|
|
|
|
.line 2
|
|
.line 3
|
|
invoke-direct {v0}, Lcom/google/android/material/shape/ShapePath$PathOperation;-><init>()V
|
|
|
|
.line 4
|
|
.line 5
|
|
.line 6
|
|
iput p1, v0, Lcom/google/android/material/shape/ShapePath$PathLineOperation;->b:F
|
|
|
|
.line 7
|
|
.line 8
|
|
iput p2, v0, Lcom/google/android/material/shape/ShapePath$PathLineOperation;->c:F
|
|
|
|
.line 9
|
|
.line 10
|
|
iget-object v1, p0, Lcom/google/android/material/shape/ShapePath;->g:Ljava/util/ArrayList;
|
|
|
|
.line 11
|
|
.line 12
|
|
invoke-virtual {v1, v0}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z
|
|
|
|
.line 13
|
|
.line 14
|
|
.line 15
|
|
new-instance v1, Lcom/google/android/material/shape/ShapePath$LineShadowOperation;
|
|
|
|
.line 16
|
|
.line 17
|
|
iget v2, p0, Lcom/google/android/material/shape/ShapePath;->c:F
|
|
|
|
.line 18
|
|
.line 19
|
|
iget v3, p0, Lcom/google/android/material/shape/ShapePath;->d:F
|
|
|
|
.line 20
|
|
.line 21
|
|
invoke-direct {v1, v0, v2, v3}, Lcom/google/android/material/shape/ShapePath$LineShadowOperation;-><init>(Lcom/google/android/material/shape/ShapePath$PathLineOperation;FF)V
|
|
|
|
.line 22
|
|
.line 23
|
|
.line 24
|
|
invoke-virtual {v1}, Lcom/google/android/material/shape/ShapePath$LineShadowOperation;->b()F
|
|
|
|
.line 25
|
|
.line 26
|
|
.line 27
|
|
move-result v0
|
|
|
|
.line 28
|
|
const/high16 v2, 0x43870000 # 270.0f
|
|
|
|
.line 29
|
|
.line 30
|
|
add-float/2addr v0, v2
|
|
|
|
.line 31
|
|
invoke-virtual {v1}, Lcom/google/android/material/shape/ShapePath$LineShadowOperation;->b()F
|
|
|
|
.line 32
|
|
.line 33
|
|
.line 34
|
|
move-result v3
|
|
|
|
.line 35
|
|
add-float/2addr v3, v2
|
|
|
|
.line 36
|
|
invoke-virtual {p0, v0}, Lcom/google/android/material/shape/ShapePath;->a(F)V
|
|
|
|
.line 37
|
|
.line 38
|
|
.line 39
|
|
iget-object v0, p0, Lcom/google/android/material/shape/ShapePath;->h:Ljava/util/ArrayList;
|
|
|
|
.line 40
|
|
.line 41
|
|
invoke-virtual {v0, v1}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z
|
|
|
|
.line 42
|
|
.line 43
|
|
.line 44
|
|
iput v3, p0, Lcom/google/android/material/shape/ShapePath;->e:F
|
|
|
|
.line 45
|
|
.line 46
|
|
iput p1, p0, Lcom/google/android/material/shape/ShapePath;->c:F
|
|
|
|
.line 47
|
|
.line 48
|
|
iput p2, p0, Lcom/google/android/material/shape/ShapePath;->d:F
|
|
|
|
.line 49
|
|
.line 50
|
|
return-void
|
|
.end method
|
|
|
|
.method public final d(FFF)V
|
|
.locals 6
|
|
|
|
.line 1
|
|
iget v0, p0, Lcom/google/android/material/shape/ShapePath;->c:F
|
|
|
|
.line 2
|
|
.line 3
|
|
sub-float v0, p1, v0
|
|
|
|
.line 4
|
|
.line 5
|
|
invoke-static {v0}, Ljava/lang/Math;->abs(F)F
|
|
|
|
.line 6
|
|
.line 7
|
|
.line 8
|
|
move-result v0
|
|
|
|
.line 9
|
|
const v1, 0x3a83126f # 0.001f
|
|
|
|
.line 10
|
|
.line 11
|
|
.line 12
|
|
cmpg-float v0, v0, v1
|
|
|
|
.line 13
|
|
.line 14
|
|
const/4 v2, 0x0
|
|
|
|
.line 15
|
|
if-gez v0, :cond_0
|
|
|
|
.line 16
|
|
.line 17
|
|
iget v0, p0, Lcom/google/android/material/shape/ShapePath;->d:F
|
|
|
|
.line 18
|
|
.line 19
|
|
sub-float v0, v2, v0
|
|
|
|
.line 20
|
|
.line 21
|
|
invoke-static {v0}, Ljava/lang/Math;->abs(F)F
|
|
|
|
.line 22
|
|
.line 23
|
|
.line 24
|
|
move-result v0
|
|
|
|
.line 25
|
|
cmpg-float v0, v0, v1
|
|
|
|
.line 26
|
|
.line 27
|
|
if-ltz v0, :cond_1
|
|
|
|
.line 28
|
|
.line 29
|
|
:cond_0
|
|
sub-float v0, p1, p2
|
|
|
|
.line 30
|
|
.line 31
|
|
invoke-static {v0}, Ljava/lang/Math;->abs(F)F
|
|
|
|
.line 32
|
|
.line 33
|
|
.line 34
|
|
move-result v0
|
|
|
|
.line 35
|
|
cmpg-float v0, v0, v1
|
|
|
|
.line 36
|
|
.line 37
|
|
if-gez v0, :cond_2
|
|
|
|
.line 38
|
|
.line 39
|
|
sub-float v0, v2, p3
|
|
|
|
.line 40
|
|
.line 41
|
|
invoke-static {v0}, Ljava/lang/Math;->abs(F)F
|
|
|
|
.line 42
|
|
.line 43
|
|
.line 44
|
|
move-result v0
|
|
|
|
.line 45
|
|
cmpg-float v0, v0, v1
|
|
|
|
.line 46
|
|
.line 47
|
|
if-gez v0, :cond_2
|
|
|
|
.line 48
|
|
.line 49
|
|
:cond_1
|
|
invoke-virtual {p0, p2, p3}, Lcom/google/android/material/shape/ShapePath;->c(FF)V
|
|
|
|
.line 50
|
|
.line 51
|
|
.line 52
|
|
return-void
|
|
|
|
.line 53
|
|
:cond_2
|
|
new-instance v0, Lcom/google/android/material/shape/ShapePath$PathLineOperation;
|
|
|
|
.line 54
|
|
.line 55
|
|
invoke-direct {v0}, Lcom/google/android/material/shape/ShapePath$PathOperation;-><init>()V
|
|
|
|
.line 56
|
|
.line 57
|
|
.line 58
|
|
iput p1, v0, Lcom/google/android/material/shape/ShapePath$PathLineOperation;->b:F
|
|
|
|
.line 59
|
|
.line 60
|
|
iput v2, v0, Lcom/google/android/material/shape/ShapePath$PathLineOperation;->c:F
|
|
|
|
.line 61
|
|
.line 62
|
|
iget-object v1, p0, Lcom/google/android/material/shape/ShapePath;->g:Ljava/util/ArrayList;
|
|
|
|
.line 63
|
|
.line 64
|
|
invoke-virtual {v1, v0}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z
|
|
|
|
.line 65
|
|
.line 66
|
|
.line 67
|
|
new-instance v3, Lcom/google/android/material/shape/ShapePath$PathLineOperation;
|
|
|
|
.line 68
|
|
.line 69
|
|
invoke-direct {v3}, Lcom/google/android/material/shape/ShapePath$PathOperation;-><init>()V
|
|
|
|
.line 70
|
|
.line 71
|
|
.line 72
|
|
iput p2, v3, Lcom/google/android/material/shape/ShapePath$PathLineOperation;->b:F
|
|
|
|
.line 73
|
|
.line 74
|
|
iput p3, v3, Lcom/google/android/material/shape/ShapePath$PathLineOperation;->c:F
|
|
|
|
.line 75
|
|
.line 76
|
|
invoke-virtual {v1, v3}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z
|
|
|
|
.line 77
|
|
.line 78
|
|
.line 79
|
|
new-instance v1, Lcom/google/android/material/shape/ShapePath$InnerCornerShadowOperation;
|
|
|
|
.line 80
|
|
.line 81
|
|
iget v4, p0, Lcom/google/android/material/shape/ShapePath;->c:F
|
|
|
|
.line 82
|
|
.line 83
|
|
iget v5, p0, Lcom/google/android/material/shape/ShapePath;->d:F
|
|
|
|
.line 84
|
|
.line 85
|
|
invoke-direct {v1, v0, v3, v4, v5}, Lcom/google/android/material/shape/ShapePath$InnerCornerShadowOperation;-><init>(Lcom/google/android/material/shape/ShapePath$PathLineOperation;Lcom/google/android/material/shape/ShapePath$PathLineOperation;FF)V
|
|
|
|
.line 86
|
|
.line 87
|
|
.line 88
|
|
invoke-virtual {v1}, Lcom/google/android/material/shape/ShapePath$InnerCornerShadowOperation;->b()F
|
|
|
|
.line 89
|
|
.line 90
|
|
.line 91
|
|
move-result v0
|
|
|
|
.line 92
|
|
invoke-virtual {v1}, Lcom/google/android/material/shape/ShapePath$InnerCornerShadowOperation;->c()F
|
|
|
|
.line 93
|
|
.line 94
|
|
.line 95
|
|
move-result v3
|
|
|
|
.line 96
|
|
sub-float/2addr v0, v3
|
|
|
|
.line 97
|
|
const/high16 v3, 0x43b40000 # 360.0f
|
|
|
|
.line 98
|
|
.line 99
|
|
add-float/2addr v0, v3
|
|
|
|
.line 100
|
|
rem-float/2addr v0, v3
|
|
|
|
.line 101
|
|
const/high16 v4, 0x43340000 # 180.0f
|
|
|
|
.line 102
|
|
.line 103
|
|
cmpg-float v4, v0, v4
|
|
|
|
.line 104
|
|
.line 105
|
|
if-gtz v4, :cond_3
|
|
|
|
.line 106
|
|
.line 107
|
|
goto :goto_0
|
|
|
|
.line 108
|
|
:cond_3
|
|
sub-float/2addr v0, v3
|
|
|
|
.line 109
|
|
:goto_0
|
|
cmpl-float v0, v0, v2
|
|
|
|
.line 110
|
|
.line 111
|
|
if-lez v0, :cond_4
|
|
|
|
.line 112
|
|
.line 113
|
|
invoke-virtual {p0, p1, v2}, Lcom/google/android/material/shape/ShapePath;->c(FF)V
|
|
|
|
.line 114
|
|
.line 115
|
|
.line 116
|
|
invoke-virtual {p0, p2, p3}, Lcom/google/android/material/shape/ShapePath;->c(FF)V
|
|
|
|
.line 117
|
|
.line 118
|
|
.line 119
|
|
return-void
|
|
|
|
.line 120
|
|
:cond_4
|
|
invoke-virtual {v1}, Lcom/google/android/material/shape/ShapePath$InnerCornerShadowOperation;->c()F
|
|
|
|
.line 121
|
|
.line 122
|
|
.line 123
|
|
move-result p1
|
|
|
|
.line 124
|
|
const/high16 v0, 0x43870000 # 270.0f
|
|
|
|
.line 125
|
|
.line 126
|
|
add-float/2addr p1, v0
|
|
|
|
.line 127
|
|
invoke-virtual {v1}, Lcom/google/android/material/shape/ShapePath$InnerCornerShadowOperation;->b()F
|
|
|
|
.line 128
|
|
.line 129
|
|
.line 130
|
|
move-result v2
|
|
|
|
.line 131
|
|
add-float/2addr v2, v0
|
|
|
|
.line 132
|
|
invoke-virtual {p0, p1}, Lcom/google/android/material/shape/ShapePath;->a(F)V
|
|
|
|
.line 133
|
|
.line 134
|
|
.line 135
|
|
iget-object p1, p0, Lcom/google/android/material/shape/ShapePath;->h:Ljava/util/ArrayList;
|
|
|
|
.line 136
|
|
.line 137
|
|
invoke-virtual {p1, v1}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z
|
|
|
|
.line 138
|
|
.line 139
|
|
.line 140
|
|
iput v2, p0, Lcom/google/android/material/shape/ShapePath;->e:F
|
|
|
|
.line 141
|
|
.line 142
|
|
iput p2, p0, Lcom/google/android/material/shape/ShapePath;->c:F
|
|
|
|
.line 143
|
|
.line 144
|
|
iput p3, p0, Lcom/google/android/material/shape/ShapePath;->d:F
|
|
|
|
.line 145
|
|
.line 146
|
|
return-void
|
|
.end method
|
|
|
|
.method public final e(FFFF)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
iput p1, p0, Lcom/google/android/material/shape/ShapePath;->a:F
|
|
|
|
.line 2
|
|
.line 3
|
|
iput p2, p0, Lcom/google/android/material/shape/ShapePath;->b:F
|
|
|
|
.line 4
|
|
.line 5
|
|
iput p1, p0, Lcom/google/android/material/shape/ShapePath;->c:F
|
|
|
|
.line 6
|
|
.line 7
|
|
iput p2, p0, Lcom/google/android/material/shape/ShapePath;->d:F
|
|
|
|
.line 8
|
|
.line 9
|
|
iput p3, p0, Lcom/google/android/material/shape/ShapePath;->e:F
|
|
|
|
.line 10
|
|
.line 11
|
|
add-float/2addr p3, p4
|
|
|
|
.line 12
|
|
const/high16 p1, 0x43b40000 # 360.0f
|
|
|
|
.line 13
|
|
.line 14
|
|
rem-float/2addr p3, p1
|
|
|
|
.line 15
|
|
iput p3, p0, Lcom/google/android/material/shape/ShapePath;->f:F
|
|
|
|
.line 16
|
|
.line 17
|
|
iget-object p1, p0, Lcom/google/android/material/shape/ShapePath;->g:Ljava/util/ArrayList;
|
|
|
|
.line 18
|
|
.line 19
|
|
invoke-virtual {p1}, Ljava/util/ArrayList;->clear()V
|
|
|
|
.line 20
|
|
.line 21
|
|
.line 22
|
|
iget-object p1, p0, Lcom/google/android/material/shape/ShapePath;->h:Ljava/util/ArrayList;
|
|
|
|
.line 23
|
|
.line 24
|
|
invoke-virtual {p1}, Ljava/util/ArrayList;->clear()V
|
|
|
|
.line 25
|
|
.line 26
|
|
.line 27
|
|
return-void
|
|
.end method
|