- 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
497 lines
12 KiB
Smali
497 lines
12 KiB
Smali
.class public final Landroidx/core/view/MotionEventCompat;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final ACTION_HOVER_ENTER:I = 0x9
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final ACTION_HOVER_EXIT:I = 0xa
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final ACTION_HOVER_MOVE:I = 0x7
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final ACTION_MASK:I = 0xff
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final ACTION_POINTER_DOWN:I = 0x5
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final ACTION_POINTER_INDEX_MASK:I = 0xff00
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final ACTION_POINTER_INDEX_SHIFT:I = 0x8
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final ACTION_POINTER_UP:I = 0x6
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final ACTION_SCROLL:I = 0x8
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_BRAKE:I = 0x17
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_DISTANCE:I = 0x18
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_GAS:I = 0x16
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_GENERIC_1:I = 0x20
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_GENERIC_10:I = 0x29
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_GENERIC_11:I = 0x2a
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_GENERIC_12:I = 0x2b
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_GENERIC_13:I = 0x2c
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_GENERIC_14:I = 0x2d
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_GENERIC_15:I = 0x2e
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_GENERIC_16:I = 0x2f
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_GENERIC_2:I = 0x21
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_GENERIC_3:I = 0x22
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_GENERIC_4:I = 0x23
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_GENERIC_5:I = 0x24
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_GENERIC_6:I = 0x25
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_GENERIC_7:I = 0x26
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_GENERIC_8:I = 0x27
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_GENERIC_9:I = 0x28
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_HAT_X:I = 0xf
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_HAT_Y:I = 0x10
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_HSCROLL:I = 0xa
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_LTRIGGER:I = 0x11
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_ORIENTATION:I = 0x8
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_PRESSURE:I = 0x2
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_RELATIVE_X:I = 0x1b
|
|
|
|
.field public static final AXIS_RELATIVE_Y:I = 0x1c
|
|
|
|
.field public static final AXIS_RTRIGGER:I = 0x12
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_RUDDER:I = 0x14
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_RX:I = 0xc
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_RY:I = 0xd
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_RZ:I = 0xe
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_SCROLL:I = 0x1a
|
|
|
|
.field public static final AXIS_SIZE:I = 0x3
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_THROTTLE:I = 0x13
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_TILT:I = 0x19
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_TOOL_MAJOR:I = 0x6
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_TOOL_MINOR:I = 0x7
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_TOUCH_MAJOR:I = 0x4
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_TOUCH_MINOR:I = 0x5
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_VSCROLL:I = 0x9
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_WHEEL:I = 0x15
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_X:I = 0x0
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_Y:I = 0x1
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final AXIS_Z:I = 0xb
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final BUTTON_PRIMARY:I = 0x1
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
|
|
# direct methods
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 618
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static findPointerIndex(Landroid/view/MotionEvent;I)I
|
|
.locals 0
|
|
.annotation runtime Landroidx/annotation/ReplaceWith;
|
|
expression = "event.findPointerIndex(pointerId)"
|
|
.end annotation
|
|
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
|
|
.line 493
|
|
invoke-virtual {p0, p1}, Landroid/view/MotionEvent;->findPointerIndex(I)I
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static getActionIndex(Landroid/view/MotionEvent;)I
|
|
.locals 0
|
|
.annotation runtime Landroidx/annotation/ReplaceWith;
|
|
expression = "event.getActionIndex()"
|
|
.end annotation
|
|
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
|
|
.line 481
|
|
invoke-virtual {p0}, Landroid/view/MotionEvent;->getActionIndex()I
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static getActionMasked(Landroid/view/MotionEvent;)I
|
|
.locals 0
|
|
.annotation runtime Landroidx/annotation/ReplaceWith;
|
|
expression = "event.getActionMasked()"
|
|
.end annotation
|
|
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
|
|
.line 468
|
|
invoke-virtual {p0}, Landroid/view/MotionEvent;->getActionMasked()I
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static getAxisValue(Landroid/view/MotionEvent;I)F
|
|
.locals 0
|
|
.annotation runtime Landroidx/annotation/ReplaceWith;
|
|
expression = "event.getAxisValue(axis)"
|
|
.end annotation
|
|
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
|
|
.line 583
|
|
invoke-virtual {p0, p1}, Landroid/view/MotionEvent;->getAxisValue(I)F
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static getAxisValue(Landroid/view/MotionEvent;II)F
|
|
.locals 0
|
|
.annotation runtime Landroidx/annotation/ReplaceWith;
|
|
expression = "event.getAxisValue(axis, pointerIndex)"
|
|
.end annotation
|
|
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
|
|
.line 605
|
|
invoke-virtual {p0, p1, p2}, Landroid/view/MotionEvent;->getAxisValue(II)F
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static getButtonState(Landroid/view/MotionEvent;)I
|
|
.locals 0
|
|
.annotation runtime Landroidx/annotation/ReplaceWith;
|
|
expression = "event.getButtonState()"
|
|
.end annotation
|
|
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
|
|
.line 615
|
|
invoke-virtual {p0}, Landroid/view/MotionEvent;->getButtonState()I
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static getPointerCount(Landroid/view/MotionEvent;)I
|
|
.locals 0
|
|
.annotation runtime Landroidx/annotation/ReplaceWith;
|
|
expression = "event.getPointerCount()"
|
|
.end annotation
|
|
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
|
|
.line 541
|
|
invoke-virtual {p0}, Landroid/view/MotionEvent;->getPointerCount()I
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static getPointerId(Landroid/view/MotionEvent;I)I
|
|
.locals 0
|
|
.annotation runtime Landroidx/annotation/ReplaceWith;
|
|
expression = "event.getPointerId(pointerIndex)"
|
|
.end annotation
|
|
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
|
|
.line 505
|
|
invoke-virtual {p0, p1}, Landroid/view/MotionEvent;->getPointerId(I)I
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static getSource(Landroid/view/MotionEvent;)I
|
|
.locals 0
|
|
.annotation runtime Landroidx/annotation/ReplaceWith;
|
|
expression = "event.getSource()"
|
|
.end annotation
|
|
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
|
|
.line 554
|
|
invoke-virtual {p0}, Landroid/view/MotionEvent;->getSource()I
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static getX(Landroid/view/MotionEvent;I)F
|
|
.locals 0
|
|
.annotation runtime Landroidx/annotation/ReplaceWith;
|
|
expression = "event.getX(pointerIndex)"
|
|
.end annotation
|
|
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
|
|
.line 517
|
|
invoke-virtual {p0, p1}, Landroid/view/MotionEvent;->getX(I)F
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static getY(Landroid/view/MotionEvent;I)F
|
|
.locals 0
|
|
.annotation runtime Landroidx/annotation/ReplaceWith;
|
|
expression = "event.getY(pointerIndex)"
|
|
.end annotation
|
|
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
|
|
.line 529
|
|
invoke-virtual {p0, p1}, Landroid/view/MotionEvent;->getY(I)F
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static isFromSource(Landroid/view/MotionEvent;I)Z
|
|
.locals 0
|
|
.param p0 # Landroid/view/MotionEvent;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
|
|
.line 564
|
|
invoke-virtual {p0}, Landroid/view/MotionEvent;->getSource()I
|
|
|
|
move-result p0
|
|
|
|
and-int/2addr p0, p1
|
|
|
|
if-ne p0, p1, :cond_0
|
|
|
|
const/4 p0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 p0, 0x0
|
|
|
|
:goto_0
|
|
return p0
|
|
.end method
|