/frameworks/support/v4/java/android/support/v4/widget/ |
D | TextViewCompat.java | 41 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView, in setCompoundDrawablesRelativeWithIntrinsicBounds() method 45 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView, in setCompoundDrawablesRelativeWithIntrinsicBounds() method 60 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView, in setCompoundDrawablesRelativeWithIntrinsicBounds() method in TextViewCompat.BaseTextViewCompatImpl 67 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView, in setCompoundDrawablesRelativeWithIntrinsicBounds() method in TextViewCompat.BaseTextViewCompatImpl 84 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView, in setCompoundDrawablesRelativeWithIntrinsicBounds() method in TextViewCompat.JbMr1TextViewCompatImpl 87 TextViewCompatJbMr1.setCompoundDrawablesRelativeWithIntrinsicBounds(textView, in setCompoundDrawablesRelativeWithIntrinsicBounds() 92 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView, in setCompoundDrawablesRelativeWithIntrinsicBounds() method in TextViewCompat.JbMr1TextViewCompatImpl 94 TextViewCompatJbMr1.setCompoundDrawablesRelativeWithIntrinsicBounds(textView, in setCompoundDrawablesRelativeWithIntrinsicBounds() 110 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView, in setCompoundDrawablesRelativeWithIntrinsicBounds() method in TextViewCompat.JbMr2TextViewCompatImpl 114 .setCompoundDrawablesRelativeWithIntrinsicBounds(textView, start, top, end, in setCompoundDrawablesRelativeWithIntrinsicBounds() [all …]
|
/frameworks/support/v4/jellybean-mr2/android/support/v4/widget/ |
D | TextViewCompatJbMr2.java | 32 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView, in setCompoundDrawablesRelativeWithIntrinsicBounds() method in TextViewCompatJbMr2 35 textView.setCompoundDrawablesRelativeWithIntrinsicBounds(start, top, end, bottom); in setCompoundDrawablesRelativeWithIntrinsicBounds() 38 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView, in setCompoundDrawablesRelativeWithIntrinsicBounds() method in TextViewCompatJbMr2 40 textView.setCompoundDrawablesRelativeWithIntrinsicBounds(start, top, end, bottom); in setCompoundDrawablesRelativeWithIntrinsicBounds()
|
/frameworks/support/v4/jellybean-mr1/android/support/v4/widget/ |
D | TextViewCompatJbMr1.java | 34 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView, in setCompoundDrawablesRelativeWithIntrinsicBounds() method in TextViewCompatJbMr1 42 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView, in setCompoundDrawablesRelativeWithIntrinsicBounds() method in TextViewCompatJbMr1
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViews.java | 1507 target.setCompoundDrawablesRelativeWithIntrinsicBounds(id1, id2, id3, id4); in apply() 1513 target.setCompoundDrawablesRelativeWithIntrinsicBounds(d1, d2, d3, d4); in apply()
|
D | TextView.java | 2454 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@DrawableRes int start, in setCompoundDrawablesRelativeWithIntrinsicBounds() method in TextView 2457 setCompoundDrawablesRelativeWithIntrinsicBounds( in setCompoundDrawablesRelativeWithIntrinsicBounds() 2478 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@Nullable Drawable start, in setCompoundDrawablesRelativeWithIntrinsicBounds() method in TextView
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | BaseStatusBar.java | 404 text.setCompoundDrawablesRelativeWithIntrinsicBounds(
|
/frameworks/support/v4/api/ |
D | 22.1.0.txt | 3050 …method public static void setCompoundDrawablesRelativeWithIntrinsicBounds(android.widget.TextView,… 3051 …method public static void setCompoundDrawablesRelativeWithIntrinsicBounds(android.widget.TextView,…
|
D | 22.2.1.txt | 3126 …method public static void setCompoundDrawablesRelativeWithIntrinsicBounds(android.widget.TextView,… 3127 …method public static void setCompoundDrawablesRelativeWithIntrinsicBounds(android.widget.TextView,…
|
D | 22.2.0.txt | 3125 …method public static void setCompoundDrawablesRelativeWithIntrinsicBounds(android.widget.TextView,… 3126 …method public static void setCompoundDrawablesRelativeWithIntrinsicBounds(android.widget.TextView,…
|
D | 23.txt | 3415 …method public static void setCompoundDrawablesRelativeWithIntrinsicBounds(android.widget.TextView,… 3416 …method public static void setCompoundDrawablesRelativeWithIntrinsicBounds(android.widget.TextView,…
|
D | current.txt | 3421 …method public static void setCompoundDrawablesRelativeWithIntrinsicBounds(android.widget.TextView,… 3422 …method public static void setCompoundDrawablesRelativeWithIntrinsicBounds(android.widget.TextView,…
|
/frameworks/base/api/ |
D | current.txt | 41607 method public void setCompoundDrawablesRelativeWithIntrinsicBounds(int, int, int, int); 41608 …method public void setCompoundDrawablesRelativeWithIntrinsicBounds(android.graphics.drawable.Drawa…
|
D | system-current.txt | 44213 method public void setCompoundDrawablesRelativeWithIntrinsicBounds(int, int, int, int); 44214 …method public void setCompoundDrawablesRelativeWithIntrinsicBounds(android.graphics.drawable.Drawa…
|