HomeSort by relevance Sort by last modified time
    Searched refs:setCompoundDrawablesRelativeWithIntrinsicBounds (Results 1 - 14 of 14) 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 207 * @see android.widget.TextView#setCompoundDrawablesRelativeWithIntrinsicBounds(Drawable,
210 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(TextView textView,
218 textView.setCompoundDrawablesRelativeWithIntrinsicBounds(start, top, end, bottom);
225 * @see android.widget.TextView#setCompoundDrawablesRelativeWithIntrinsicBounds(int, int, int,
228 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(TextView textView,
236 textView.setCompoundDrawablesRelativeWithIntrinsicBounds(start, top, end, bottom);
  /packages/apps/Launcher3/src/com/android/launcher3/
InfoDropTarget.java 58 setCompoundDrawablesRelativeWithIntrinsicBounds(mDrawable, null, null, null);
DeleteDropTarget.java 204 setCompoundDrawablesRelativeWithIntrinsicBounds(mUninstallDrawable, null, null, null);
206 setCompoundDrawablesRelativeWithIntrinsicBounds(mRemoveDrawable, null, null, null);
  /packages/apps/Launcher2/src/com/android/launcher2/
DeleteDropTarget.java 166 setCompoundDrawablesRelativeWithIntrinsicBounds(mUninstallDrawable, null, null, null);
168 setCompoundDrawablesRelativeWithIntrinsicBounds(mRemoveDrawable, null, null, null);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 221 TextViewCompatUtils.setCompoundDrawablesRelativeWithIntrinsicBounds(mActionFinish,
457 TextViewCompatUtils.setCompoundDrawablesRelativeWithIntrinsicBounds(
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
Editor.java 287 mEditTitle.setCompoundDrawablesRelativeWithIntrinsicBounds(
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
RemoteViews.java     [all...]
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 2204 milliseconds