123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- .class Landroid/support/v13/view/DragStartHelper$2;
- .super Ljava/lang/Object;
- .source "DragStartHelper.java"
- # interfaces
- .implements Landroid/view/View$OnTouchListener;
- # annotations
- .annotation system Ldalvik/annotation/EnclosingClass;
- value = Landroid/support/v13/view/DragStartHelper;
- .end annotation
- .annotation system Ldalvik/annotation/InnerClass;
- accessFlags = 0x0
- name = null
- .end annotation
- # instance fields
- .field final synthetic this$0:Landroid/support/v13/view/DragStartHelper;
- # direct methods
- .method constructor <init>(Landroid/support/v13/view/DragStartHelper;)V
- .locals 0
- .param p1, "this$0" # Landroid/support/v13/view/DragStartHelper;
- .prologue
- .line 190
- iput-object p1, p0, Landroid/support/v13/view/DragStartHelper$2;->this$0:Landroid/support/v13/view/DragStartHelper;
- invoke-direct {p0}, Ljava/lang/Object;-><init>()V
- return-void
- .end method
- # virtual methods
- .method public onTouch(Landroid/view/View;Landroid/view/MotionEvent;)Z
- .locals 1
- .param p1, "v" # Landroid/view/View;
- .param p2, "event" # Landroid/view/MotionEvent;
- .prologue
- .line 193
- iget-object v0, p0, Landroid/support/v13/view/DragStartHelper$2;->this$0:Landroid/support/v13/view/DragStartHelper;
- invoke-virtual {v0, p1, p2}, Landroid/support/v13/view/DragStartHelper;->onTouch(Landroid/view/View;Landroid/view/MotionEvent;)Z
- move-result v0
- return v0
- .end method
|