HomeSort by relevance Sort by last modified time
    Searched defs:setCompoundDrawablesRelativeWithIntrinsicBounds (Results 1 - 24 of 24) 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,
  /frameworks/support/compat/java/android/support/v4/widget/
TextViewCompat.java 84 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
90 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
247 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
256 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
289 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
292 textView.setCompoundDrawablesRelativeWithIntrinsicBounds(start, top, end, bottom);
296 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
299 textView.setCompoundDrawablesRelativeWithIntrinsicBounds(start, top, end, bottom);
419 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(@NonNull TextView textView,
422 IMPL.setCompoundDrawablesRelativeWithIntrinsicBounds(textView, start, top, end, bottom)
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
ExpandedAlarmViewHolder.java 110 editLabel.setCompoundDrawablesRelativeWithIntrinsicBounds(labelIcon, null, null, null);
112 delete.setCompoundDrawablesRelativeWithIntrinsicBounds(deleteIcon, null, null, null);
215 ringtone.setCompoundDrawablesRelativeWithIntrinsicBounds(icon, null, null, null);
  /frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/view/
NavigationBarButton.java 51 setCompoundDrawablesRelativeWithIntrinsicBounds(drawables[0], drawables[1],
  /external/libmojo/base/android/java/src/org/chromium/base/
ApiCompatibilityUtils.java 231 * @see android.widget.TextView#setCompoundDrawablesRelativeWithIntrinsicBounds(Drawable,
234 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(TextView textView,
242 textView.setCompoundDrawablesRelativeWithIntrinsicBounds(start, top, end, bottom);
249 * @see android.widget.TextView#setCompoundDrawablesRelativeWithIntrinsicBounds(int, int, int,
252 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(TextView textView,
260 textView.setCompoundDrawablesRelativeWithIntrinsicBounds(start, top, end, bottom);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
AccessPointPreference.java 149 mTitleView.setCompoundDrawablesRelativeWithIntrinsicBounds(null, null, mBadge, null);
  /packages/apps/PackageInstaller/src/android/support/wearable/view/
WearableDialogHelper.java 141 button.setCompoundDrawablesRelativeWithIntrinsicBounds(drawable, null, null, null);
  /frameworks/opt/chips/src/com/android/ex/chips/
DropdownChipLayouter.java 318 view.setCompoundDrawablesRelativeWithIntrinsicBounds(
  /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 106 setCompoundDrawablesRelativeWithIntrinsicBounds(mDrawable, null, null, null);
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 519 tv.setCompoundDrawablesRelativeWithIntrinsicBounds(
  /packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java 192 text.setCompoundDrawablesRelativeWithIntrinsicBounds(icon, null, null, null);
194 text.setCompoundDrawablesRelativeWithIntrinsicBounds(null, icon, null, null);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 225 TextViewCompatUtils.setCompoundDrawablesRelativeWithIntrinsicBounds(mActionFinish,
466 TextViewCompatUtils.setCompoundDrawablesRelativeWithIntrinsicBounds(
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 
  /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/system_23/
android.jar 

Completed in 196 milliseconds