HomeSort by relevance Sort by last modified time
    Searched refs:setCompoundDrawablesRelativeWithIntrinsicBounds (Results 1 - 9 of 9) 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,
  /external/chromium_org/base/android/java/src/org/chromium/base/
ApiCompatibilityUtils.java 167 * @see android.widget.TextView#setCompoundDrawablesRelativeWithIntrinsicBounds(Drawable,
170 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(TextView textView,
173 textView.setCompoundDrawablesRelativeWithIntrinsicBounds(start, top, bottom, end);
180 * @see android.widget.TextView#setCompoundDrawablesRelativeWithIntrinsicBounds(int, int, int,
183 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(TextView textView,
186 textView.setCompoundDrawablesRelativeWithIntrinsicBounds(start, top, bottom, end);
  /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 189 setCompoundDrawablesRelativeWithIntrinsicBounds(mUninstallDrawable, null, null, null);
191 setCompoundDrawablesRelativeWithIntrinsicBounds(mRemoveDrawable, null, null, null);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 220 TextViewCompatUtils.setCompoundDrawablesRelativeWithIntrinsicBounds(mActionFinish,
455 TextViewCompatUtils.setCompoundDrawablesRelativeWithIntrinsicBounds(
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
Editor.java 287 mEditTitle.setCompoundDrawablesRelativeWithIntrinsicBounds(
  /frameworks/base/core/java/android/widget/
RemoteViews.java     [all...]
TextView.java     [all...]
  /prebuilts/sdk/17/
android.jar 

Completed in 370 milliseconds