123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- .class Landroid/support/v4/widget/TextViewCompat$BaseTextViewCompatImpl;
- .super Ljava/lang/Object;
- .source "TextViewCompat.java"
- # interfaces
- .implements Landroid/support/v4/widget/TextViewCompat$TextViewCompatImpl;
- # annotations
- .annotation system Ldalvik/annotation/EnclosingClass;
- value = Landroid/support/v4/widget/TextViewCompat;
- .end annotation
- .annotation system Ldalvik/annotation/InnerClass;
- accessFlags = 0x8
- name = "BaseTextViewCompatImpl"
- .end annotation
- # direct methods
- .method constructor <init>()V
- .locals 0
- .prologue
- .line 52
- invoke-direct {p0}, Ljava/lang/Object;-><init>()V
- return-void
- .end method
- # virtual methods
- .method public getMaxLines(Landroid/widget/TextView;)I
- .locals 1
- .param p1, "textView" # Landroid/widget/TextView;
- .prologue
- .line 76
- invoke-static {p1}, Landroid/support/v4/widget/TextViewCompatDonut;->getMaxLines(Landroid/widget/TextView;)I
- move-result v0
- return v0
- .end method
- .method public getMinLines(Landroid/widget/TextView;)I
- .locals 1
- .param p1, "textView" # Landroid/widget/TextView;
- .prologue
- .line 81
- invoke-static {p1}, Landroid/support/v4/widget/TextViewCompatDonut;->getMinLines(Landroid/widget/TextView;)I
- move-result v0
- return v0
- .end method
- .method public setCompoundDrawablesRelative(Landroid/widget/TextView;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;)V
- .locals 0
- .param p1, "textView" # Landroid/widget/TextView;
- .annotation build Landroid/support/annotation/NonNull;
- .end annotation
- .end param
- .param p2, "start" # Landroid/graphics/drawable/Drawable;
- .annotation build Landroid/support/annotation/Nullable;
- .end annotation
- .end param
- .param p3, "top" # Landroid/graphics/drawable/Drawable;
- .annotation build Landroid/support/annotation/Nullable;
- .end annotation
- .end param
- .param p4, "end" # Landroid/graphics/drawable/Drawable;
- .annotation build Landroid/support/annotation/Nullable;
- .end annotation
- .end param
- .param p5, "bottom" # Landroid/graphics/drawable/Drawable;
- .annotation build Landroid/support/annotation/Nullable;
- .end annotation
- .end param
- .prologue
- .line 57
- 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
- .line 58
- return-void
- .end method
- .method public setCompoundDrawablesRelativeWithIntrinsicBounds(Landroid/widget/TextView;IIII)V
- .locals 0
- .param p1, "textView" # Landroid/widget/TextView;
- .annotation build Landroid/support/annotation/NonNull;
- .end annotation
- .end param
- .param p2, "start" # I
- .annotation build Landroid/support/annotation/DrawableRes;
- .end annotation
- .end param
- .param p3, "top" # I
- .annotation build Landroid/support/annotation/DrawableRes;
- .end annotation
- .end param
- .param p4, "end" # I
- .annotation build Landroid/support/annotation/DrawableRes;
- .end annotation
- .end param
- .param p5, "bottom" # I
- .annotation build Landroid/support/annotation/DrawableRes;
- .end annotation
- .end param
- .prologue
- .line 71
- invoke-virtual {p1, p2, p3, p4, p5}, Landroid/widget/TextView;->setCompoundDrawablesWithIntrinsicBounds(IIII)V
- .line 72
- return-void
- .end method
- .method public setCompoundDrawablesRelativeWithIntrinsicBounds(Landroid/widget/TextView;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;)V
- .locals 0
- .param p1, "textView" # Landroid/widget/TextView;
- .annotation build Landroid/support/annotation/NonNull;
- .end annotation
- .end param
- .param p2, "start" # Landroid/graphics/drawable/Drawable;
- .annotation build Landroid/support/annotation/Nullable;
- .end annotation
- .end param
- .param p3, "top" # Landroid/graphics/drawable/Drawable;
- .annotation build Landroid/support/annotation/Nullable;
- .end annotation
- .end param
- .param p4, "end" # Landroid/graphics/drawable/Drawable;
- .annotation build Landroid/support/annotation/Nullable;
- .end annotation
- .end param
- .param p5, "bottom" # Landroid/graphics/drawable/Drawable;
- .annotation build Landroid/support/annotation/Nullable;
- .end annotation
- .end param
- .prologue
- .line 64
- 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
- .line 65
- return-void
- .end method
- .method public setTextAppearance(Landroid/widget/TextView;I)V
- .locals 0
- .param p1, "textView" # Landroid/widget/TextView;
- .param p2, "resId" # I
- .annotation build Landroid/support/annotation/StyleRes;
- .end annotation
- .end param
- .prologue
- .line 86
- invoke-static {p1, p2}, Landroid/support/v4/widget/TextViewCompatDonut;->setTextAppearance(Landroid/widget/TextView;I)V
- .line 87
- return-void
- .end method
|