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

/frameworks/support/compat/java/android/support/v4/widget/
H A DTextViewCompat.java79 public void setCompoundDrawablesRelative(@NonNull TextView textView, method in class:TextViewCompat.TextViewCompatBaseImpl
240 public void setCompoundDrawablesRelative(@NonNull TextView textView, method in class:TextViewCompat.TextViewCompatApi17Impl
283 public void setCompoundDrawablesRelative(@NonNull TextView textView, method in class:TextViewCompat.TextViewCompatApi18Impl
286 textView.setCompoundDrawablesRelative(start, top, end, bottom);
400 public static void setCompoundDrawablesRelative(@NonNull TextView textView, method in class:TextViewCompat
403 IMPL.setCompoundDrawablesRelative(textView, start, top, end, bottom);
/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/view/
H A DNavigationBarButton.java71 public void setCompoundDrawablesRelative(Drawable start, Drawable top, Drawable end, method in class:NavigationBarButton
77 super.setCompoundDrawablesRelative(start, top, end, bottom);
/frameworks/support/compat/tests/java/android/support/v4/testutils/
H A DTextViewActions.java145 public static ViewAction setCompoundDrawablesRelative(final @Nullable Drawable start, method in class:TextViewActions
164 TextViewCompat.setCompoundDrawablesRelative(textView, start, top, end, bottom);
/frameworks/support/design/tests/src/android/support/design/testutils/
H A DTestUtilsActions.java292 public static ViewAction setCompoundDrawablesRelative(final @Nullable Drawable start, method in class:TestUtilsActions
311 TextViewCompat.setCompoundDrawablesRelative(textView, start, top, end, bottom);
/frameworks/support/compat/tests/java/android/support/v4/widget/
H A DTextViewCompatTest.java22 import static android.support.v4.testutils.TextViewActions.setCompoundDrawablesRelative;
149 onView(withId(R.id.text_view)).perform(setCompoundDrawablesRelative(drawableStart,
187 onView(withId(R.id.text_view)).perform(setCompoundDrawablesRelative(drawableStart,
399 onView(withId(R.id.text_view)).perform(setCompoundDrawablesRelative(drawableStart,
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DTextViewBindingAdapter.java181 view.setCompoundDrawablesRelative(drawable, drawables[1], drawables[2], drawables[3]);
192 view.setCompoundDrawablesRelative(drawables[0], drawables[1], drawable, drawables[3]);
/frameworks/support/design/src/android/support/design/internal/
H A DNavigationMenuItemView.java229 TextViewCompat.setCompoundDrawablesRelative(mTextView, icon, null, null, null);
/frameworks/support/design/tests/src/android/support/design/widget/
H A DTextInputLayoutTest.java19 import static android.support.design.testutils.TestUtilsActions.setCompoundDrawablesRelative;
233 .perform(setCompoundDrawablesRelative(start, top, end, bottom));
424 TextViewCompat.setCompoundDrawablesRelative(editText, start, top, end, bottom);
/frameworks/support/design/src/android/support/design/widget/
H A DTextInputLayout.java1137 TextViewCompat.setCompoundDrawablesRelative(mEditText, compounds[0], compounds[1],
1154 TextViewCompat.setCompoundDrawablesRelative(mEditText, compounds[0],
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DAppCompatBaseAutoSizeTest.java433 autoSizeView.setCompoundDrawablesRelative(
/frameworks/base/core/java/android/widget/
H A DTextView.java2749 * {@link #setCompoundDrawablesRelative} or related methods.
2883 * {@link #setCompoundDrawablesRelative} or related methods.
2912 * {@link #setCompoundDrawablesRelative} or related methods.
2953 public void setCompoundDrawablesRelative(@Nullable Drawable start, @Nullable Drawable top, method in class:TextView
3139 setCompoundDrawablesRelative(start, top, end, bottom);

Completed in 446 milliseconds