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

43 lines
910 B
Smali

.class public final Landroidx/core/view/VelocityTrackerCompat;
.super Ljava/lang/Object;
.source "VelocityTrackerCompat.java"
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# direct methods
.method private constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static getXVelocity(Landroid/view/VelocityTracker;I)F
.locals 0
.annotation runtime Ljava/lang/Deprecated;
.end annotation
invoke-virtual {p0, p1}, Landroid/view/VelocityTracker;->getXVelocity(I)F
move-result p0
return p0
.end method
.method public static getYVelocity(Landroid/view/VelocityTracker;I)F
.locals 0
.annotation runtime Ljava/lang/Deprecated;
.end annotation
invoke-virtual {p0, p1}, Landroid/view/VelocityTracker;->getYVelocity(I)F
move-result p0
return p0
.end method