apkfuckery/com.discord/smali/androidx/core/view/ScaleGestureDetectorCompat.smali

62 lines
1.6 KiB
Smali
Raw Normal View History

2019-07-24 11:27:29 +00:00
.class public final Landroidx/core/view/ScaleGestureDetectorCompat;
.super Ljava/lang/Object;
.source "ScaleGestureDetectorCompat.java"
# direct methods
2019-12-06 03:29:40 +00:00
.method public constructor <init>()V
2019-07-24 11:27:29 +00:00
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static isQuickScaleEnabled(Landroid/view/ScaleGestureDetector;)Z
2019-12-06 03:29:40 +00:00
.locals 1
2019-07-24 11:27:29 +00:00
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
invoke-virtual {p0}, Landroid/view/ScaleGestureDetector;->isQuickScaleEnabled()Z
move-result p0
return p0
.end method
.method public static isQuickScaleEnabled(Ljava/lang/Object;)Z
.locals 0
.annotation runtime Ljava/lang/Deprecated;
.end annotation
check-cast p0, Landroid/view/ScaleGestureDetector;
invoke-static {p0}, Landroidx/core/view/ScaleGestureDetectorCompat;->isQuickScaleEnabled(Landroid/view/ScaleGestureDetector;)Z
move-result p0
return p0
.end method
.method public static setQuickScaleEnabled(Landroid/view/ScaleGestureDetector;Z)V
2019-12-06 03:29:40 +00:00
.locals 1
2019-07-24 11:27:29 +00:00
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
invoke-virtual {p0, p1}, Landroid/view/ScaleGestureDetector;->setQuickScaleEnabled(Z)V
return-void
.end method
.method public static setQuickScaleEnabled(Ljava/lang/Object;Z)V
.locals 0
.annotation runtime Ljava/lang/Deprecated;
.end annotation
check-cast p0, Landroid/view/ScaleGestureDetector;
invoke-static {p0, p1}, Landroidx/core/view/ScaleGestureDetectorCompat;->setQuickScaleEnabled(Landroid/view/ScaleGestureDetector;Z)V
return-void
.end method