CompoundButtonCompat$LollipopCompoundButtonImpl.smali 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. .class Landroid/support/v4/widget/CompoundButtonCompat$LollipopCompoundButtonImpl;
  2. .super Landroid/support/v4/widget/CompoundButtonCompat$BaseCompoundButtonCompat;
  3. .source "CompoundButtonCompat.java"
  4. # annotations
  5. .annotation system Ldalvik/annotation/EnclosingClass;
  6. value = Landroid/support/v4/widget/CompoundButtonCompat;
  7. .end annotation
  8. .annotation system Ldalvik/annotation/InnerClass;
  9. accessFlags = 0x8
  10. name = "LollipopCompoundButtonImpl"
  11. .end annotation
  12. # direct methods
  13. .method constructor <init>()V
  14. .locals 0
  15. .prologue
  16. .line 84
  17. invoke-direct {p0}, Landroid/support/v4/widget/CompoundButtonCompat$BaseCompoundButtonCompat;-><init>()V
  18. return-void
  19. .end method
  20. # virtual methods
  21. .method public getButtonTintList(Landroid/widget/CompoundButton;)Landroid/content/res/ColorStateList;
  22. .locals 1
  23. .param p1, "button" # Landroid/widget/CompoundButton;
  24. .prologue
  25. .line 92
  26. invoke-static {p1}, Landroid/support/v4/widget/CompoundButtonCompatLollipop;->getButtonTintList(Landroid/widget/CompoundButton;)Landroid/content/res/ColorStateList;
  27. move-result-object v0
  28. return-object v0
  29. .end method
  30. .method public getButtonTintMode(Landroid/widget/CompoundButton;)Landroid/graphics/PorterDuff$Mode;
  31. .locals 1
  32. .param p1, "button" # Landroid/widget/CompoundButton;
  33. .prologue
  34. .line 102
  35. invoke-static {p1}, Landroid/support/v4/widget/CompoundButtonCompatLollipop;->getButtonTintMode(Landroid/widget/CompoundButton;)Landroid/graphics/PorterDuff$Mode;
  36. move-result-object v0
  37. return-object v0
  38. .end method
  39. .method public setButtonTintList(Landroid/widget/CompoundButton;Landroid/content/res/ColorStateList;)V
  40. .locals 0
  41. .param p1, "button" # Landroid/widget/CompoundButton;
  42. .param p2, "tint" # Landroid/content/res/ColorStateList;
  43. .prologue
  44. .line 87
  45. invoke-static {p1, p2}, Landroid/support/v4/widget/CompoundButtonCompatLollipop;->setButtonTintList(Landroid/widget/CompoundButton;Landroid/content/res/ColorStateList;)V
  46. .line 88
  47. return-void
  48. .end method
  49. .method public setButtonTintMode(Landroid/widget/CompoundButton;Landroid/graphics/PorterDuff$Mode;)V
  50. .locals 0
  51. .param p1, "button" # Landroid/widget/CompoundButton;
  52. .param p2, "tintMode" # Landroid/graphics/PorterDuff$Mode;
  53. .prologue
  54. .line 97
  55. invoke-static {p1, p2}, Landroid/support/v4/widget/CompoundButtonCompatLollipop;->setButtonTintMode(Landroid/widget/CompoundButton;Landroid/graphics/PorterDuff$Mode;)V
  56. .line 98
  57. return-void
  58. .end method