apkfuckery/com.discord/smali/e/g/g$b.smali

82 lines
1.5 KiB
Smali
Raw Normal View History

2019-12-06 03:29:40 +00:00
.class public Le/g/g$b;
2019-10-03 02:31:26 +00:00
.super Ljava/lang/Object;
.source "GestureLayout.java"
# interfaces
.implements Landroid/view/ScaleGestureDetector$OnScaleGestureListener;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
2019-12-06 03:29:40 +00:00
value = Le/g/g;
2019-10-03 02:31:26 +00:00
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
2019-12-06 03:29:40 +00:00
accessFlags = 0x1
2019-10-03 02:31:26 +00:00
name = null
.end annotation
# instance fields
2019-12-06 03:29:40 +00:00
.field public final synthetic a:Le/g/g;
2019-10-03 02:31:26 +00:00
# direct methods
2019-12-06 03:29:40 +00:00
.method public constructor <init>(Le/g/g;)V
2019-10-03 02:31:26 +00:00
.locals 0
2019-12-06 03:29:40 +00:00
iput-object p1, p0, Le/g/g$b;->a:Le/g/g;
2019-10-03 02:31:26 +00:00
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
2019-12-06 03:29:40 +00:00
.method public onScale(Landroid/view/ScaleGestureDetector;)Z
2019-10-03 02:31:26 +00:00
.locals 2
invoke-virtual {p1}, Landroid/view/ScaleGestureDetector;->getCurrentSpanX()F
move-result v0
invoke-virtual {p1}, Landroid/view/ScaleGestureDetector;->getPreviousSpanX()F
move-result v1
sub-float/2addr v0, v1
invoke-virtual {p1}, Landroid/view/ScaleGestureDetector;->getCurrentSpanY()F
move-result v1
invoke-virtual {p1}, Landroid/view/ScaleGestureDetector;->getPreviousSpanY()F
move-result p1
sub-float/2addr v1, p1
2019-12-06 03:29:40 +00:00
iget-object p1, p0, Le/g/g$b;->a:Le/g/g;
2019-10-03 02:31:26 +00:00
2019-12-06 03:29:40 +00:00
invoke-virtual {p1, v0, v1}, Le/g/g;->f(FF)V
2019-10-03 02:31:26 +00:00
const/4 p1, 0x1
return p1
.end method
2019-12-06 03:29:40 +00:00
.method public onScaleBegin(Landroid/view/ScaleGestureDetector;)Z
2019-10-03 02:31:26 +00:00
.locals 0
const/4 p1, 0x1
return p1
.end method
2019-12-06 03:29:40 +00:00
.method public onScaleEnd(Landroid/view/ScaleGestureDetector;)V
2019-10-03 02:31:26 +00:00
.locals 0
return-void
.end method