Home
last modified time | relevance | path

Searched refs:setCompoundDrawablesRelative (Results 1 – 13 of 13) sorted by relevance

/frameworks/support/v4/java/android/support/v4/widget/
DTextViewCompat.java37 public void setCompoundDrawablesRelative(@NonNull TextView textView, in setCompoundDrawablesRelative() method
53 public void setCompoundDrawablesRelative(@NonNull TextView textView, in setCompoundDrawablesRelative() method in TextViewCompat.BaseTextViewCompatImpl
77 public void setCompoundDrawablesRelative(@NonNull TextView textView, in setCompoundDrawablesRelative() method in TextViewCompat.JbMr1TextViewCompatImpl
80 TextViewCompatJbMr1.setCompoundDrawablesRelative(textView, start, top, end, bottom); in setCompoundDrawablesRelative()
103 public void setCompoundDrawablesRelative(@NonNull TextView textView, in setCompoundDrawablesRelative() method in TextViewCompat.JbMr2TextViewCompatImpl
106 TextViewCompatJbMr2.setCompoundDrawablesRelative(textView, start, top, end, bottom); in setCompoundDrawablesRelative()
154 public static void setCompoundDrawablesRelative(@NonNull TextView textView, in setCompoundDrawablesRelative() method in TextViewCompat
157 IMPL.setCompoundDrawablesRelative(textView, start, top, end, bottom); in setCompoundDrawablesRelative()
/frameworks/support/v4/jellybean-mr2/android/support/v4/widget/
DTextViewCompatJbMr2.java26 public static void setCompoundDrawablesRelative(@NonNull TextView textView, in setCompoundDrawablesRelative() method in TextViewCompatJbMr2
29 textView.setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelative()
/frameworks/support/v4/jellybean-mr1/android/support/v4/widget/
DTextViewCompatJbMr1.java27 public static void setCompoundDrawablesRelative(@NonNull TextView textView, in setCompoundDrawablesRelative() method in TextViewCompatJbMr1
/frameworks/support/design/src/android/support/design/internal/
DNavigationMenuItemView.java118 TextViewCompat.setCompoundDrawablesRelative(this, icon, null, null, null); in setIcon()
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
DTextViewBindingAdapter.java145 view.setCompoundDrawablesRelative(drawable, drawables[1], drawables[2], drawables[3]); in setDrawableStart()
155 view.setCompoundDrawablesRelative(drawables[0], drawables[1], drawable, drawables[3]); in setDrawableEnd()
/frameworks/base/core/java/android/widget/
DTextView.java2307 public void setCompoundDrawablesRelative(@Nullable Drawable start, @Nullable Drawable top, in setCompoundDrawablesRelative() method in TextView
2493 setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelativeWithIntrinsicBounds()
/frameworks/support/v4/api/
D22.1.0.txt3049 …method public static void setCompoundDrawablesRelative(android.widget.TextView, android.graphics.d…
D22.2.1.txt3125 …method public static void setCompoundDrawablesRelative(android.widget.TextView, android.graphics.d…
D22.2.0.txt3124 …method public static void setCompoundDrawablesRelative(android.widget.TextView, android.graphics.d…
D23.txt3414 …method public static void setCompoundDrawablesRelative(android.widget.TextView, android.graphics.d…
Dcurrent.txt3420 …method public static void setCompoundDrawablesRelative(android.widget.TextView, android.graphics.d…
/frameworks/base/api/
Dcurrent.txt41606 …method public void setCompoundDrawablesRelative(android.graphics.drawable.Drawable, android.graphi…
Dsystem-current.txt44212 …method public void setCompoundDrawablesRelative(android.graphics.drawable.Drawable, android.graphi…