Home
last modified time | relevance | path

Searched defs:setCompoundDrawablesRelative (Results 1 – 5 of 5) sorted by relevance

/frameworks/support/v4/java/android/support/v4/widget/
DTextViewCompat.java38 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/
DTextViewCompatJbMr2.java27 public static void setCompoundDrawablesRelative(@NonNull TextView textView, in setCompoundDrawablesRelative() method in TextViewCompatJbMr2
/frameworks/support/v4/jellybean-mr1/android/support/v4/widget/
DTextViewCompatJbMr1.java27 public static void setCompoundDrawablesRelative(@NonNull TextView textView, in setCompoundDrawablesRelative() method in TextViewCompatJbMr1
/frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/view/
DNavigationBarButton.java66 public void setCompoundDrawablesRelative(Drawable start, Drawable top, Drawable end, in setCompoundDrawablesRelative() method in NavigationBarButton
/frameworks/base/core/java/android/widget/
DTextView.java2365 public void setCompoundDrawablesRelative(@Nullable Drawable start, @Nullable Drawable top, in setCompoundDrawablesRelative() method in TextView