ViewCompat$JbMr2ViewCompatImpl.smali 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .class Landroid/support/v4/view/ViewCompat$JbMr2ViewCompatImpl;
  2. .super Landroid/support/v4/view/ViewCompat$JbMr1ViewCompatImpl;
  3. .source "ViewCompat.java"
  4. # annotations
  5. .annotation system Ldalvik/annotation/EnclosingClass;
  6. value = Landroid/support/v4/view/ViewCompat;
  7. .end annotation
  8. .annotation system Ldalvik/annotation/InnerClass;
  9. accessFlags = 0x8
  10. name = "JbMr2ViewCompatImpl"
  11. .end annotation
  12. # direct methods
  13. .method constructor <init>()V
  14. .locals 0
  15. .prologue
  16. .line 1481
  17. invoke-direct {p0}, Landroid/support/v4/view/ViewCompat$JbMr1ViewCompatImpl;-><init>()V
  18. return-void
  19. .end method
  20. # virtual methods
  21. .method public getClipBounds(Landroid/view/View;)Landroid/graphics/Rect;
  22. .locals 1
  23. .param p1, "view" # Landroid/view/View;
  24. .prologue
  25. .line 1489
  26. invoke-static {p1}, Landroid/support/v4/view/ViewCompatJellybeanMr2;->getClipBounds(Landroid/view/View;)Landroid/graphics/Rect;
  27. move-result-object v0
  28. return-object v0
  29. .end method
  30. .method public setClipBounds(Landroid/view/View;Landroid/graphics/Rect;)V
  31. .locals 0
  32. .param p1, "view" # Landroid/view/View;
  33. .param p2, "clipBounds" # Landroid/graphics/Rect;
  34. .prologue
  35. .line 1484
  36. invoke-static {p1, p2}, Landroid/support/v4/view/ViewCompatJellybeanMr2;->setClipBounds(Landroid/view/View;Landroid/graphics/Rect;)V
  37. .line 1485
  38. return-void
  39. .end method