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

  /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/Launcher2/src/com/android/launcher2/
DeleteDropTarget.java 157 setCompoundDrawablesRelativeWithIntrinsicBounds(mUninstallDrawable, null, null, null);
159 setCompoundDrawablesRelativeWithIntrinsicBounds(mRemoveDrawable, null, null, null);
  /packages/apps/Launcher3/src/com/android/launcher3/
DeleteDropTarget.java 187 setCompoundDrawablesRelativeWithIntrinsicBounds(mUninstallDrawable, null, null, null);
189 setCompoundDrawablesRelativeWithIntrinsicBounds(mRemoveDrawable, null, null, null);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 220 TextViewCompatUtils.setCompoundDrawablesRelativeWithIntrinsicBounds(mActionFinish,
455 TextViewCompatUtils.setCompoundDrawablesRelativeWithIntrinsicBounds(
  /frameworks/base/core/java/android/widget/
RemoteViews.java     [all...]
TextView.java     [all...]
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 1908 milliseconds