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

  /frameworks/support/v4/jellybean-mr1/android/support/v4/widget/
TextViewCompatJbMr1.java 34 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
42 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
  /frameworks/support/v4/jellybean-mr2/android/support/v4/widget/
TextViewCompatJbMr2.java 32 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
35 textView.setCompoundDrawablesRelativeWithIntrinsicBounds(start, top, end, bottom);
38 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
40 textView.setCompoundDrawablesRelativeWithIntrinsicBounds(start, top, end, bottom);
  /frameworks/support/v4/java/android/support/v4/widget/
TextViewCompat.java 41 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
45 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
60 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
67 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
84 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
87 TextViewCompatJbMr1.setCompoundDrawablesRelativeWithIntrinsicBounds(textView,
92 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
94 TextViewCompatJbMr1.setCompoundDrawablesRelativeWithIntrinsicBounds(textView,
110 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
114 .setCompoundDrawablesRelativeWithIntrinsicBounds(textView, start, top, end
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
TextViewCompatUtils.java 25 // Note that TextView.setCompoundDrawablesRelativeWithIntrinsicBounds(Drawable,Drawable,
28 CompatUtils.getMethod(TextView.class, "setCompoundDrawablesRelativeWithIntrinsicBounds",
35 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(final TextView textView,
  /packages/apps/Settings/src/com/android/settings/wifi/
AccessPointPreference.java 107 mTitleView.setCompoundDrawablesRelativeWithIntrinsicBounds(null, null, mBadge, null);
  /packages/apps/Launcher2/src/com/android/launcher2/
DeleteDropTarget.java 166 setCompoundDrawablesRelativeWithIntrinsicBounds(mUninstallDrawable, null, null, null);
168 setCompoundDrawablesRelativeWithIntrinsicBounds(mRemoveDrawable, null, null, null);
  /packages/apps/Launcher3/src/com/android/launcher3/
ButtonDropTarget.java 97 setCompoundDrawablesRelativeWithIntrinsicBounds(mDrawable, null, null, null);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 225 TextViewCompatUtils.setCompoundDrawablesRelativeWithIntrinsicBounds(mActionFinish,
466 TextViewCompatUtils.setCompoundDrawablesRelativeWithIntrinsicBounds(
  /frameworks/base/core/java/android/widget/
RemoteViews.java     [all...]
TextView.java     [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /external/robolectric/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 

Completed in 357 milliseconds