Searched refs:setCompoundDrawablesRelative (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/v4/jellybean-mr2/android/support/v4/widget/
H A DTextViewCompatJbMr2.java26 public static void setCompoundDrawablesRelative(@NonNull TextView textView, method in class:TextViewCompatJbMr2
29 textView.setCompoundDrawablesRelative(start, top, end, bottom);
/frameworks/support/v4/java/android/support/v4/widget/
H A DTextViewCompat.java37 public void setCompoundDrawablesRelative(@NonNull TextView textView, method in interface:TextViewCompat.TextViewCompatImpl
53 public void setCompoundDrawablesRelative(@NonNull TextView textView, method in class:TextViewCompat.BaseTextViewCompatImpl
77 public void setCompoundDrawablesRelative(@NonNull TextView textView, method in class:TextViewCompat.JbMr1TextViewCompatImpl
80 TextViewCompatJbMr1.setCompoundDrawablesRelative(textView, start, top, end, bottom);
103 public void setCompoundDrawablesRelative(@NonNull TextView textView, method in class:TextViewCompat.JbMr2TextViewCompatImpl
106 TextViewCompatJbMr2.setCompoundDrawablesRelative(textView, start, top, end, bottom);
154 public static void setCompoundDrawablesRelative(@NonNull TextView textView, method in class:TextViewCompat
157 IMPL.setCompoundDrawablesRelative(textView, start, top, end, bottom);
/frameworks/support/v4/jellybean-mr1/android/support/v4/widget/
H A DTextViewCompatJbMr1.java27 public static void setCompoundDrawablesRelative(@NonNull TextView textView, method in class:TextViewCompatJbMr1
/frameworks/support/design/src/android/support/design/internal/
H A DNavigationMenuItemView.java118 TextViewCompat.setCompoundDrawablesRelative(this, icon, null, null, null);
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DTextViewBindingAdapter.java145 view.setCompoundDrawablesRelative(drawable, drawables[1], drawables[2], drawables[3]);
155 view.setCompoundDrawablesRelative(drawables[0], drawables[1], drawable, drawables[3]);
/frameworks/base/core/java/android/widget/
H A DTextView.java2108 * {@link #setCompoundDrawablesRelative} or related methods.
2242 * {@link #setCompoundDrawablesRelative} or related methods.
2271 * {@link #setCompoundDrawablesRelative} or related methods.
2312 public void setCompoundDrawablesRelative(@Nullable Drawable start, @Nullable Drawable top, method in class:TextView
2498 setCompoundDrawablesRelative(start, top, end, bottom);

Completed in 134 milliseconds