TextViewCompat$BaseTextViewCompatImpl.smali 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. .class Landroid/support/v4/widget/TextViewCompat$BaseTextViewCompatImpl;
  2. .super Ljava/lang/Object;
  3. .source "TextViewCompat.java"
  4. # interfaces
  5. .implements Landroid/support/v4/widget/TextViewCompat$TextViewCompatImpl;
  6. # annotations
  7. .annotation system Ldalvik/annotation/EnclosingClass;
  8. value = Landroid/support/v4/widget/TextViewCompat;
  9. .end annotation
  10. .annotation system Ldalvik/annotation/InnerClass;
  11. accessFlags = 0x8
  12. name = "BaseTextViewCompatImpl"
  13. .end annotation
  14. # direct methods
  15. .method constructor <init>()V
  16. .locals 0
  17. .prologue
  18. .line 52
  19. invoke-direct {p0}, Ljava/lang/Object;-><init>()V
  20. return-void
  21. .end method
  22. # virtual methods
  23. .method public getMaxLines(Landroid/widget/TextView;)I
  24. .locals 1
  25. .param p1, "textView" # Landroid/widget/TextView;
  26. .prologue
  27. .line 76
  28. invoke-static {p1}, Landroid/support/v4/widget/TextViewCompatDonut;->getMaxLines(Landroid/widget/TextView;)I
  29. move-result v0
  30. return v0
  31. .end method
  32. .method public getMinLines(Landroid/widget/TextView;)I
  33. .locals 1
  34. .param p1, "textView" # Landroid/widget/TextView;
  35. .prologue
  36. .line 81
  37. invoke-static {p1}, Landroid/support/v4/widget/TextViewCompatDonut;->getMinLines(Landroid/widget/TextView;)I
  38. move-result v0
  39. return v0
  40. .end method
  41. .method public setCompoundDrawablesRelative(Landroid/widget/TextView;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;)V
  42. .locals 0
  43. .param p1, "textView" # Landroid/widget/TextView;
  44. .annotation build Landroid/support/annotation/NonNull;
  45. .end annotation
  46. .end param
  47. .param p2, "start" # Landroid/graphics/drawable/Drawable;
  48. .annotation build Landroid/support/annotation/Nullable;
  49. .end annotation
  50. .end param
  51. .param p3, "top" # Landroid/graphics/drawable/Drawable;
  52. .annotation build Landroid/support/annotation/Nullable;
  53. .end annotation
  54. .end param
  55. .param p4, "end" # Landroid/graphics/drawable/Drawable;
  56. .annotation build Landroid/support/annotation/Nullable;
  57. .end annotation
  58. .end param
  59. .param p5, "bottom" # Landroid/graphics/drawable/Drawable;
  60. .annotation build Landroid/support/annotation/Nullable;
  61. .end annotation
  62. .end param
  63. .prologue
  64. .line 57
  65. invoke-virtual {p1, p2, p3, p4, p5}, Landroid/widget/TextView;->setCompoundDrawables(Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;)V
  66. .line 58
  67. return-void
  68. .end method
  69. .method public setCompoundDrawablesRelativeWithIntrinsicBounds(Landroid/widget/TextView;IIII)V
  70. .locals 0
  71. .param p1, "textView" # Landroid/widget/TextView;
  72. .annotation build Landroid/support/annotation/NonNull;
  73. .end annotation
  74. .end param
  75. .param p2, "start" # I
  76. .annotation build Landroid/support/annotation/DrawableRes;
  77. .end annotation
  78. .end param
  79. .param p3, "top" # I
  80. .annotation build Landroid/support/annotation/DrawableRes;
  81. .end annotation
  82. .end param
  83. .param p4, "end" # I
  84. .annotation build Landroid/support/annotation/DrawableRes;
  85. .end annotation
  86. .end param
  87. .param p5, "bottom" # I
  88. .annotation build Landroid/support/annotation/DrawableRes;
  89. .end annotation
  90. .end param
  91. .prologue
  92. .line 71
  93. invoke-virtual {p1, p2, p3, p4, p5}, Landroid/widget/TextView;->setCompoundDrawablesWithIntrinsicBounds(IIII)V
  94. .line 72
  95. return-void
  96. .end method
  97. .method public setCompoundDrawablesRelativeWithIntrinsicBounds(Landroid/widget/TextView;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;)V
  98. .locals 0
  99. .param p1, "textView" # Landroid/widget/TextView;
  100. .annotation build Landroid/support/annotation/NonNull;
  101. .end annotation
  102. .end param
  103. .param p2, "start" # Landroid/graphics/drawable/Drawable;
  104. .annotation build Landroid/support/annotation/Nullable;
  105. .end annotation
  106. .end param
  107. .param p3, "top" # Landroid/graphics/drawable/Drawable;
  108. .annotation build Landroid/support/annotation/Nullable;
  109. .end annotation
  110. .end param
  111. .param p4, "end" # Landroid/graphics/drawable/Drawable;
  112. .annotation build Landroid/support/annotation/Nullable;
  113. .end annotation
  114. .end param
  115. .param p5, "bottom" # Landroid/graphics/drawable/Drawable;
  116. .annotation build Landroid/support/annotation/Nullable;
  117. .end annotation
  118. .end param
  119. .prologue
  120. .line 64
  121. invoke-virtual {p1, p2, p3, p4, p5}, Landroid/widget/TextView;->setCompoundDrawablesWithIntrinsicBounds(Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;)V
  122. .line 65
  123. return-void
  124. .end method
  125. .method public setTextAppearance(Landroid/widget/TextView;I)V
  126. .locals 0
  127. .param p1, "textView" # Landroid/widget/TextView;
  128. .param p2, "resId" # I
  129. .annotation build Landroid/support/annotation/StyleRes;
  130. .end annotation
  131. .end param
  132. .prologue
  133. .line 86
  134. invoke-static {p1, p2}, Landroid/support/v4/widget/TextViewCompatDonut;->setTextAppearance(Landroid/widget/TextView;I)V
  135. .line 87
  136. return-void
  137. .end method