Searched refs:getCompoundDrawablesRelative (Results 1 - 13 of 13) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatTextHelperV17.java61 final Drawable[] compoundDrawables = mView.getCompoundDrawablesRelative();
/frameworks/support/compat/java/android/support/v4/widget/
H A DTextViewCompat.java158 public Drawable[] getCompoundDrawablesRelative(@NonNull TextView textView) { method in class:TextViewCompat.TextViewCompatBaseImpl
266 public Drawable[] getCompoundDrawablesRelative(@NonNull TextView textView) { method in class:TextViewCompat.TextViewCompatApi17Impl
304 public Drawable[] getCompoundDrawablesRelative(@NonNull TextView textView) { method in class:TextViewCompat.TextViewCompatApi18Impl
305 return textView.getCompoundDrawablesRelative();
482 public static Drawable[] getCompoundDrawablesRelative(@NonNull TextView textView) { method in class:TextViewCompat
483 return IMPL.getCompoundDrawablesRelative(textView);
/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/view/
H A DNavigationBarButton.java49 Drawable[] drawables = getCompoundDrawablesRelative();
107 Drawable[] compoundDrawablesRelative = getCompoundDrawablesRelative();
H A DRichTextView.java160 for (Drawable drawable : getCompoundDrawablesRelative()) {
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DTextViewBindingAdapterTest.java98 ((ColorDrawable) view.getCompoundDrawablesRelative()[0]).getColor());
100 ((ColorDrawable) view.getCompoundDrawablesRelative()[2]).getColor());
105 ((ColorDrawable) view.getCompoundDrawablesRelative()[0]).getColor());
107 ((ColorDrawable) view.getCompoundDrawablesRelative()[2]).getColor());
/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/items/
H A DExpandableSwitchItem.java163 for (Drawable drawable : titleView.getCompoundDrawablesRelative()) {
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DTextViewBindingAdapter.java180 Drawable[] drawables = view.getCompoundDrawablesRelative();
191 Drawable[] drawables = view.getCompoundDrawablesRelative();
/frameworks/support/design/tests/src/android/support/design/testutils/
H A DTestUtilsMatchers.java446 return expected == TextViewCompat.getCompoundDrawablesRelative(textView)[index];
/frameworks/support/design/src/android/support/design/widget/
H A DTextInputLayout.java1132 final Drawable[] compounds = TextViewCompat.getCompoundDrawablesRelative(mEditText);
1152 final Drawable[] compounds = TextViewCompat.getCompoundDrawablesRelative(mEditText);
/frameworks/support/compat/tests/java/android/support/v4/widget/
H A DTextViewCompatTest.java408 final Drawable[] drawablesRelative = TextViewCompat.getCompoundDrawablesRelative(mTextView);
/frameworks/support/design/tests/src/android/support/design/widget/
H A DTextInputLayoutTest.java432 final Drawable[] compoundDrawables = TextViewCompat.getCompoundDrawablesRelative(editText);
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java2207 ? target.getCompoundDrawablesRelative()
2797 * {@link android.widget.TextView#getCompoundDrawablesRelative()}.
2801 * {@link android.widget.TextView#getCompoundDrawablesRelative()} to set the color
H A DTextView.java3169 public Drawable[] getCompoundDrawablesRelative() { method in class:TextView

Completed in 302 milliseconds