/frameworks/support/v4/java/android/support/v4/widget/ |
D | TextViewCompat.java | 37 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/ |
D | TextViewCompatJbMr2.java | 26 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/ |
D | TextViewCompatJbMr1.java | 27 public static void setCompoundDrawablesRelative(@NonNull TextView textView, in setCompoundDrawablesRelative() method in TextViewCompatJbMr1
|
/frameworks/support/design/src/android/support/design/internal/ |
D | NavigationMenuItemView.java | 118 TextViewCompat.setCompoundDrawablesRelative(this, icon, null, null, null); in setIcon()
|
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/ |
D | TextViewBindingAdapter.java | 145 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/ |
D | TextView.java | 2307 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/ |
D | 22.1.0.txt | 3049 …method public static void setCompoundDrawablesRelative(android.widget.TextView, android.graphics.d…
|
D | 22.2.1.txt | 3125 …method public static void setCompoundDrawablesRelative(android.widget.TextView, android.graphics.d…
|
D | 22.2.0.txt | 3124 …method public static void setCompoundDrawablesRelative(android.widget.TextView, android.graphics.d…
|
D | 23.txt | 3414 …method public static void setCompoundDrawablesRelative(android.widget.TextView, android.graphics.d…
|
D | current.txt | 3420 …method public static void setCompoundDrawablesRelative(android.widget.TextView, android.graphics.d…
|
/frameworks/base/api/ |
D | current.txt | 41606 …method public void setCompoundDrawablesRelative(android.graphics.drawable.Drawable, android.graphi…
|
D | system-current.txt | 44212 …method public void setCompoundDrawablesRelative(android.graphics.drawable.Drawable, android.graphi…
|