81 lines
1.5 KiB
Smali
81 lines
1.5 KiB
Smali
.class public Le/g/g$b;
|
|
.super Ljava/lang/Object;
|
|
.source "GestureLayout.java"
|
|
|
|
# interfaces
|
|
.implements Landroid/view/ScaleGestureDetector$OnScaleGestureListener;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Le/g/g;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field public final synthetic a:Le/g/g;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Le/g/g;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Le/g/g$b;->a:Le/g/g;
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public onScale(Landroid/view/ScaleGestureDetector;)Z
|
|
.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
|
|
|
|
iget-object p1, p0, Le/g/g$b;->a:Le/g/g;
|
|
|
|
invoke-virtual {p1, v0, v1}, Le/g/g;->f(FF)V
|
|
|
|
const/4 p1, 0x1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public onScaleBegin(Landroid/view/ScaleGestureDetector;)Z
|
|
.locals 0
|
|
|
|
const/4 p1, 0x1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public onScaleEnd(Landroid/view/ScaleGestureDetector;)V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|