TextViewCompat$TextViewCompatImpl.smali 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. .class interface abstract Landroid/support/v4/widget/TextViewCompat$TextViewCompatImpl;
  2. .super Ljava/lang/Object;
  3. .source "TextViewCompat.java"
  4. # annotations
  5. .annotation system Ldalvik/annotation/EnclosingClass;
  6. value = Landroid/support/v4/widget/TextViewCompat;
  7. .end annotation
  8. .annotation system Ldalvik/annotation/InnerClass;
  9. accessFlags = 0x608
  10. name = "TextViewCompatImpl"
  11. .end annotation
  12. # virtual methods
  13. .method public abstract getMaxLines(Landroid/widget/TextView;)I
  14. .end method
  15. .method public abstract getMinLines(Landroid/widget/TextView;)I
  16. .end method
  17. .method public abstract setCompoundDrawablesRelative(Landroid/widget/TextView;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;)V
  18. .param p1 # Landroid/widget/TextView;
  19. .annotation build Landroid/support/annotation/NonNull;
  20. .end annotation
  21. .end param
  22. .param p2 # Landroid/graphics/drawable/Drawable;
  23. .annotation build Landroid/support/annotation/Nullable;
  24. .end annotation
  25. .end param
  26. .param p3 # Landroid/graphics/drawable/Drawable;
  27. .annotation build Landroid/support/annotation/Nullable;
  28. .end annotation
  29. .end param
  30. .param p4 # Landroid/graphics/drawable/Drawable;
  31. .annotation build Landroid/support/annotation/Nullable;
  32. .end annotation
  33. .end param
  34. .param p5 # Landroid/graphics/drawable/Drawable;
  35. .annotation build Landroid/support/annotation/Nullable;
  36. .end annotation
  37. .end param
  38. .end method
  39. .method public abstract setCompoundDrawablesRelativeWithIntrinsicBounds(Landroid/widget/TextView;IIII)V
  40. .param p1 # Landroid/widget/TextView;
  41. .annotation build Landroid/support/annotation/NonNull;
  42. .end annotation
  43. .end param
  44. .param p2 # I
  45. .annotation build Landroid/support/annotation/DrawableRes;
  46. .end annotation
  47. .end param
  48. .param p3 # I
  49. .annotation build Landroid/support/annotation/DrawableRes;
  50. .end annotation
  51. .end param
  52. .param p4 # I
  53. .annotation build Landroid/support/annotation/DrawableRes;
  54. .end annotation
  55. .end param
  56. .param p5 # I
  57. .annotation build Landroid/support/annotation/DrawableRes;
  58. .end annotation
  59. .end param
  60. .end method
  61. .method public abstract setCompoundDrawablesRelativeWithIntrinsicBounds(Landroid/widget/TextView;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;)V
  62. .param p1 # Landroid/widget/TextView;
  63. .annotation build Landroid/support/annotation/NonNull;
  64. .end annotation
  65. .end param
  66. .param p2 # Landroid/graphics/drawable/Drawable;
  67. .annotation build Landroid/support/annotation/Nullable;
  68. .end annotation
  69. .end param
  70. .param p3 # Landroid/graphics/drawable/Drawable;
  71. .annotation build Landroid/support/annotation/Nullable;
  72. .end annotation
  73. .end param
  74. .param p4 # Landroid/graphics/drawable/Drawable;
  75. .annotation build Landroid/support/annotation/Nullable;
  76. .end annotation
  77. .end param
  78. .param p5 # Landroid/graphics/drawable/Drawable;
  79. .annotation build Landroid/support/annotation/Nullable;
  80. .end annotation
  81. .end param
  82. .end method
  83. .method public abstract setTextAppearance(Landroid/widget/TextView;I)V
  84. .param p1 # Landroid/widget/TextView;
  85. .annotation build Landroid/support/annotation/NonNull;
  86. .end annotation
  87. .end param
  88. .param p2 # I
  89. .annotation build Landroid/support/annotation/StyleRes;
  90. .end annotation
  91. .end param
  92. .end method