MotionEventCompat$HoneycombMr1MotionEventVersionImpl.smali 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .class Landroid/support/v4/view/MotionEventCompat$HoneycombMr1MotionEventVersionImpl;
  2. .super Landroid/support/v4/view/MotionEventCompat$GingerbreadMotionEventVersionImpl;
  3. .source "MotionEventCompat.java"
  4. # annotations
  5. .annotation system Ldalvik/annotation/EnclosingClass;
  6. value = Landroid/support/v4/view/MotionEventCompat;
  7. .end annotation
  8. .annotation system Ldalvik/annotation/InnerClass;
  9. accessFlags = 0x8
  10. name = "HoneycombMr1MotionEventVersionImpl"
  11. .end annotation
  12. # direct methods
  13. .method constructor <init>()V
  14. .locals 0
  15. .prologue
  16. .line 135
  17. invoke-direct {p0}, Landroid/support/v4/view/MotionEventCompat$GingerbreadMotionEventVersionImpl;-><init>()V
  18. return-void
  19. .end method
  20. # virtual methods
  21. .method public getAxisValue(Landroid/view/MotionEvent;I)F
  22. .locals 1
  23. .param p1, "event" # Landroid/view/MotionEvent;
  24. .param p2, "axis" # I
  25. .prologue
  26. .line 139
  27. invoke-static {p1, p2}, Landroid/support/v4/view/MotionEventCompatHoneycombMr1;->getAxisValue(Landroid/view/MotionEvent;I)F
  28. move-result v0
  29. return v0
  30. .end method
  31. .method public getAxisValue(Landroid/view/MotionEvent;II)F
  32. .locals 1
  33. .param p1, "event" # Landroid/view/MotionEvent;
  34. .param p2, "axis" # I
  35. .param p3, "pointerIndex" # I
  36. .prologue
  37. .line 144
  38. invoke-static {p1, p2, p3}, Landroid/support/v4/view/MotionEventCompatHoneycombMr1;->getAxisValue(Landroid/view/MotionEvent;II)F
  39. move-result v0
  40. return v0
  41. .end method