- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3 - APKTool decompilation (Smali bytecode) for modding and rebuilding APK - Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures - Includes full Smali source, resources, and native libraries - Ready to rebuild APK after modifications with apktool b command - Added comprehensive README-apktool.md with modding guide This branch complements the JADX branches: - Use JADX (main/discord-community) to UNDERSTAND code (readable Java) - Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali) Total: 44,417 files, 538.51 MB Smali source code
158 lines
4.5 KiB
Smali
158 lines
4.5 KiB
Smali
.class public final Landroidx/core/view/PointerIconCompat;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Landroidx/core/view/PointerIconCompat$Api24Impl;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final TYPE_ALIAS:I = 0x3f2
|
|
|
|
.field public static final TYPE_ALL_SCROLL:I = 0x3f5
|
|
|
|
.field public static final TYPE_ARROW:I = 0x3e8
|
|
|
|
.field public static final TYPE_CELL:I = 0x3ee
|
|
|
|
.field public static final TYPE_CONTEXT_MENU:I = 0x3e9
|
|
|
|
.field public static final TYPE_COPY:I = 0x3f3
|
|
|
|
.field public static final TYPE_CROSSHAIR:I = 0x3ef
|
|
|
|
.field public static final TYPE_DEFAULT:I = 0x3e8
|
|
|
|
.field public static final TYPE_GRAB:I = 0x3fc
|
|
|
|
.field public static final TYPE_GRABBING:I = 0x3fd
|
|
|
|
.field public static final TYPE_HAND:I = 0x3ea
|
|
|
|
.field public static final TYPE_HELP:I = 0x3eb
|
|
|
|
.field public static final TYPE_HORIZONTAL_DOUBLE_ARROW:I = 0x3f6
|
|
|
|
.field public static final TYPE_NO_DROP:I = 0x3f4
|
|
|
|
.field public static final TYPE_NULL:I = 0x0
|
|
|
|
.field public static final TYPE_TEXT:I = 0x3f0
|
|
|
|
.field public static final TYPE_TOP_LEFT_DIAGONAL_DOUBLE_ARROW:I = 0x3f9
|
|
|
|
.field public static final TYPE_TOP_RIGHT_DIAGONAL_DOUBLE_ARROW:I = 0x3f8
|
|
|
|
.field public static final TYPE_VERTICAL_DOUBLE_ARROW:I = 0x3f7
|
|
|
|
.field public static final TYPE_VERTICAL_TEXT:I = 0x3f1
|
|
|
|
.field public static final TYPE_WAIT:I = 0x3ec
|
|
|
|
.field public static final TYPE_ZOOM_IN:I = 0x3fa
|
|
|
|
.field public static final TYPE_ZOOM_OUT:I = 0x3fb
|
|
|
|
|
|
# instance fields
|
|
.field private final mPointerIcon:Landroid/view/PointerIcon;
|
|
|
|
|
|
# direct methods
|
|
.method private constructor <init>(Landroid/view/PointerIcon;)V
|
|
.locals 0
|
|
|
|
.line 109
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Landroidx/core/view/PointerIconCompat;->mPointerIcon:Landroid/view/PointerIcon;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static create(Landroid/graphics/Bitmap;FF)Landroidx/core/view/PointerIconCompat;
|
|
.locals 1
|
|
.param p0 # Landroid/graphics/Bitmap;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.line 154
|
|
new-instance v0, Landroidx/core/view/PointerIconCompat;
|
|
|
|
invoke-static {p0, p1, p2}, Landroidx/core/view/PointerIconCompat$Api24Impl;->create(Landroid/graphics/Bitmap;FF)Landroid/view/PointerIcon;
|
|
|
|
move-result-object p0
|
|
|
|
invoke-direct {v0, p0}, Landroidx/core/view/PointerIconCompat;-><init>(Landroid/view/PointerIcon;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static getSystemIcon(Landroid/content/Context;I)Landroidx/core/view/PointerIconCompat;
|
|
.locals 1
|
|
.param p0 # Landroid/content/Context;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.line 132
|
|
new-instance v0, Landroidx/core/view/PointerIconCompat;
|
|
|
|
invoke-static {p0, p1}, Landroidx/core/view/PointerIconCompat$Api24Impl;->getSystemIcon(Landroid/content/Context;I)Landroid/view/PointerIcon;
|
|
|
|
move-result-object p0
|
|
|
|
invoke-direct {v0, p0}, Landroidx/core/view/PointerIconCompat;-><init>(Landroid/view/PointerIcon;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static load(Landroid/content/res/Resources;I)Landroidx/core/view/PointerIconCompat;
|
|
.locals 1
|
|
.param p0 # Landroid/content/res/Resources;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.line 183
|
|
new-instance v0, Landroidx/core/view/PointerIconCompat;
|
|
|
|
invoke-static {p0, p1}, Landroidx/core/view/PointerIconCompat$Api24Impl;->load(Landroid/content/res/Resources;I)Landroid/view/PointerIcon;
|
|
|
|
move-result-object p0
|
|
|
|
invoke-direct {v0, p0}, Landroidx/core/view/PointerIconCompat;-><init>(Landroid/view/PointerIcon;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public getPointerIcon()Ljava/lang/Object;
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
|
|
.annotation build Landroidx/annotation/RestrictTo;
|
|
value = {
|
|
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
|
|
}
|
|
.end annotation
|
|
|
|
iget-object v0, p0, Landroidx/core/view/PointerIconCompat;->mPointerIcon:Landroid/view/PointerIcon;
|
|
|
|
return-object v0
|
|
.end method
|