MotionEventCompat$EclairMotionEventVersionImpl.smali 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. .class Landroid/support/v4/view/MotionEventCompat$EclairMotionEventVersionImpl;
  2. .super Landroid/support/v4/view/MotionEventCompat$BaseMotionEventVersionImpl;
  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 = "EclairMotionEventVersionImpl"
  11. .end annotation
  12. # direct methods
  13. .method constructor <init>()V
  14. .locals 0
  15. .prologue
  16. .line 99
  17. invoke-direct {p0}, Landroid/support/v4/view/MotionEventCompat$BaseMotionEventVersionImpl;-><init>()V
  18. return-void
  19. .end method
  20. # virtual methods
  21. .method public findPointerIndex(Landroid/view/MotionEvent;I)I
  22. .locals 1
  23. .param p1, "event" # Landroid/view/MotionEvent;
  24. .param p2, "pointerId" # I
  25. .prologue
  26. .line 102
  27. invoke-static {p1, p2}, Landroid/support/v4/view/MotionEventCompatEclair;->findPointerIndex(Landroid/view/MotionEvent;I)I
  28. move-result v0
  29. return v0
  30. .end method
  31. .method public getPointerCount(Landroid/view/MotionEvent;)I
  32. .locals 1
  33. .param p1, "event" # Landroid/view/MotionEvent;
  34. .prologue
  35. .line 118
  36. invoke-static {p1}, Landroid/support/v4/view/MotionEventCompatEclair;->getPointerCount(Landroid/view/MotionEvent;)I
  37. move-result v0
  38. return v0
  39. .end method
  40. .method public getPointerId(Landroid/view/MotionEvent;I)I
  41. .locals 1
  42. .param p1, "event" # Landroid/view/MotionEvent;
  43. .param p2, "pointerIndex" # I
  44. .prologue
  45. .line 106
  46. invoke-static {p1, p2}, Landroid/support/v4/view/MotionEventCompatEclair;->getPointerId(Landroid/view/MotionEvent;I)I
  47. move-result v0
  48. return v0
  49. .end method
  50. .method public getX(Landroid/view/MotionEvent;I)F
  51. .locals 1
  52. .param p1, "event" # Landroid/view/MotionEvent;
  53. .param p2, "pointerIndex" # I
  54. .prologue
  55. .line 110
  56. invoke-static {p1, p2}, Landroid/support/v4/view/MotionEventCompatEclair;->getX(Landroid/view/MotionEvent;I)F
  57. move-result v0
  58. return v0
  59. .end method
  60. .method public getY(Landroid/view/MotionEvent;I)F
  61. .locals 1
  62. .param p1, "event" # Landroid/view/MotionEvent;
  63. .param p2, "pointerIndex" # I
  64. .prologue
  65. .line 114
  66. invoke-static {p1, p2}, Landroid/support/v4/view/MotionEventCompatEclair;->getY(Landroid/view/MotionEvent;I)F
  67. move-result v0
  68. return v0
  69. .end method