HomeSort by relevance Sort by last modified time
    Searched defs:setCompoundDrawablesRelative (Results 1 - 19 of 19) sorted by null

  /frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/view/
NavigationBarButton.java 73 public void setCompoundDrawablesRelative(Drawable start, Drawable top, Drawable end,
79 super.setCompoundDrawablesRelative(start, top, end, bottom);
  /external/libmojo/base/android/java/src/org/chromium/base/
ApiCompatibilityUtils.java 231 * @see android.widget.TextView#setCompoundDrawablesRelative(Drawable, Drawable, Drawable,
234 public static void setCompoundDrawablesRelative(TextView textView, Drawable start, Drawable top,
237 // On JB MR1, due to a platform bug, setCompoundDrawablesRelative() is a no-op if the
243 textView.setCompoundDrawablesRelative(start, top, end, bottom);
256 // Work around the platform bug described in setCompoundDrawablesRelative() above.
274 // Work around the platform bug described in setCompoundDrawablesRelative() above.
  /frameworks/support/compat/src/main/java/androidx/core/widget/
TextViewCompat.java 131 public static void setCompoundDrawablesRelative(@NonNull TextView textView,
135 textView.setCompoundDrawablesRelative(start, top, end, bottom);
    [all...]
  /packages/apps/TV/src/com/android/tv/menu/
AppLinkCardView.java 123 mAppInfoView.setCompoundDrawablesRelative(null, null, null, null);
167 mAppInfoView.setCompoundDrawablesRelative(appIcon, null, null, null);
187 mAppInfoView.setCompoundDrawablesRelative(
294 mAppInfoView.setCompoundDrawablesRelative(drawable, null, null, null);
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
TextViewBindingAdapter.java 181 view.setCompoundDrawablesRelative(drawable, drawables[1], drawables[2], drawables[3]);
192 view.setCompoundDrawablesRelative(drawables[0], drawables[1], drawable, drawables[3]);
  /packages/apps/Launcher3/src/com/android/launcher3/
BubbleTextView.java 563 setCompoundDrawablesRelative(icon, null, null, null);
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 275 milliseconds