Searched defs:setCompoundDrawablesRelative (Results 1 – 5 of 5) sorted by relevance
/frameworks/support/v4/java/android/support/v4/widget/ |
D | TextViewCompat.java | 38 void setCompoundDrawablesRelative(@NonNull TextView textView, in setCompoundDrawablesRelative() method 54 public void setCompoundDrawablesRelative(@NonNull TextView textView, in setCompoundDrawablesRelative() method in TextViewCompat.BaseTextViewCompatImpl 104 public void setCompoundDrawablesRelative(@NonNull TextView textView, in setCompoundDrawablesRelative() method in TextViewCompat.JbMr1TextViewCompatImpl 129 public void setCompoundDrawablesRelative(@NonNull TextView textView, in setCompoundDrawablesRelative() method in TextViewCompat.JbMr2TextViewCompatImpl 192 public static void setCompoundDrawablesRelative(@NonNull TextView textView, in setCompoundDrawablesRelative() method in TextViewCompat
|
/frameworks/support/v4/jellybean-mr2/android/support/v4/widget/ |
D | TextViewCompatJbMr2.java | 27 public static void setCompoundDrawablesRelative(@NonNull TextView textView, in setCompoundDrawablesRelative() method in TextViewCompatJbMr2
|
/frameworks/support/v4/jellybean-mr1/android/support/v4/widget/ |
D | TextViewCompatJbMr1.java | 27 public static void setCompoundDrawablesRelative(@NonNull TextView textView, in setCompoundDrawablesRelative() method in TextViewCompatJbMr1
|
/frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/view/ |
D | NavigationBarButton.java | 66 public void setCompoundDrawablesRelative(Drawable start, Drawable top, Drawable end, in setCompoundDrawablesRelative() method in NavigationBarButton
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 2365 public void setCompoundDrawablesRelative(@Nullable Drawable start, @Nullable Drawable top, in setCompoundDrawablesRelative() method in TextView
|