HomeSort by relevance Sort by last modified time
    Searched refs:setCompoundDrawablesWithIntrinsicBounds (Results 1 - 25 of 49) sorted by null

1 2

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
TextViewCompatUtils.java 38 textView.setCompoundDrawablesWithIntrinsicBounds(start, top, end, bottom);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ViewLayersActivity3.java 59 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon),
ListActivity.java 117 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon),
TransparentListActivity.java 115 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon),
ViewLayersActivity2.java 62 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon),
ViewLayersActivity4.java 66 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon),
ViewLayersActivity.java 112 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon),
ViewLayersActivity5.java 131 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon),
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewIcon.java 59 setCompoundDrawablesWithIntrinsicBounds(null, new FastBitmapDrawable(mIcon), null, null);
AddAdapter.java 87 textView.setCompoundDrawablesWithIntrinsicBounds(item.image, null, null, null);
Hotseat.java 116 allAppsButton.setCompoundDrawablesWithIntrinsicBounds(null,
BubbleTextView.java 93 setCompoundDrawablesWithIntrinsicBounds(null,
  /packages/experimental/Bummer/src/com/android/dreams/bummer/
Bummer.java 49 mApology.setCompoundDrawablesWithIntrinsicBounds(android.R.drawable.stat_sys_warning, 0, 0,
  /packages/apps/Launcher3/src/com/android/launcher3/
AddAdapter.java 87 textView.setCompoundDrawablesWithIntrinsicBounds(item.image, null, null, null);
  /packages/apps/Browser/src/com/android/browser/
NavTabView.java 103 mTitle.setCompoundDrawablesWithIntrinsicBounds(id, 0, 0, 0);
  /packages/apps/Browser/src/com/android/browser/addbookmark/
FolderSpinnerAdapter.java 101 textView.setCompoundDrawablesWithIntrinsicBounds(drawable, null,
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextView.java 239 public void setCompoundDrawablesWithIntrinsicBounds(int left, int top, int right, int bottom) {
244 public void setCompoundDrawablesWithIntrinsicBounds(Drawable left, Drawable top,
439 setCompoundDrawablesWithIntrinsicBounds(
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileView.java 104 mStatus.setCompoundDrawablesWithIntrinsicBounds(entry.presenceIcon,
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardMessageArea.java 222 setCompoundDrawablesWithIntrinsicBounds(icon.value, 0, 0, 0);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuItemView.java 144 setCompoundDrawablesWithIntrinsicBounds(icon, null, null, null);
  /packages/apps/Settings/src/com/android/settings/
MasterClear.java 246 child.setCompoundDrawablesWithIntrinsicBounds(icon, null, null, null);
CryptKeeper.java 703 emergencyCall.setCompoundDrawablesWithIntrinsicBounds(phoneCallIcon, 0, 0, 0);
707 emergencyCall.setCompoundDrawablesWithIntrinsicBounds(emergencyIcon, 0, 0, 0);
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListAdapter.java 119 holder.title.setCompoundDrawablesWithIntrinsicBounds(null, wallpaperInfo.thumbnail,
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TextViewTest.java 317 textView.setCompoundDrawablesWithIntrinsicBounds(6, 7, 8, 9);
327 textView.setCompoundDrawablesWithIntrinsicBounds(0, 0, 0, 0);
  /packages/apps/InCallUI/src/com/android/incallui/
CallCardFragment.java 351 mCallStateLabel.setCompoundDrawablesWithIntrinsicBounds(bluetoothIconId, 0, 0, 0);
355 mCallStateLabel.setCompoundDrawablesWithIntrinsicBounds(0, 0, 0, 0);

Completed in 350 milliseconds

1 2