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

1 2

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ViewLayersActivity3.java 59 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon),
ListActivity.java 121 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),
ViewLayersActivity5.java 72 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon),
ViewLayersActivity6.java 82 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon),
ViewLayersActivity.java 109 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon),
  /packages/apps/Launcher2/src/com/android/launcher2/
AddAdapter.java 87 textView.setCompoundDrawablesWithIntrinsicBounds(item.image, null, null, null);
DeleteDropTarget.java 130 setCompoundDrawablesWithIntrinsicBounds(mUninstallDrawable, null, null, null);
132 setCompoundDrawablesWithIntrinsicBounds(mRemoveDrawable, null, null, null);
Hotseat.java 103 allAppsButton.setCompoundDrawablesWithIntrinsicBounds(null,
PagedViewIcon.java 94 setCompoundDrawablesWithIntrinsicBounds(null, new FastBitmapDrawable(mIcon), null, null);
BubbleTextView.java 101 setCompoundDrawablesWithIntrinsicBounds(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,
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardStatusViewManager.java 134 mTextView.setCompoundDrawablesWithIntrinsicBounds(icon, 0, 0, 0);
152 mTextView.setCompoundDrawablesWithIntrinsicBounds(lastIcon, 0, 0, 0);
327 mAlarmStatusView.setCompoundDrawablesWithIntrinsicBounds(ALARM_ICON, 0, 0, 0);
349 mStatus1View.setCompoundDrawablesWithIntrinsicBounds(icon.value, 0, 0, 0);
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactTileView.java 102 mStatus.setCompoundDrawablesWithIntrinsicBounds(entry.presenceIcon,
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 556 button.setCompoundDrawablesWithIntrinsicBounds(phoneCallIcon, 0, 0, 0);
560 button.setCompoundDrawablesWithIntrinsicBounds(emergencyIcon, 0, 0, 0);
MasterClear.java 225 child.setCompoundDrawablesWithIntrinsicBounds(icon, null, null, null);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListAdapter.java 351 textView.setCompoundDrawablesWithIntrinsicBounds(0, 0, iconResource, 0);
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListAdapter.java 120 holder.title.setCompoundDrawablesWithIntrinsicBounds(null, wallpaperInfo.thumbnail,
  /packages/apps/Phone/src/com/android/phone/
CallCard.java 709 mCallStateLabel.setCompoundDrawablesWithIntrinsicBounds(bluetoothIconId, 0, 0, 0);
713 mCallStateLabel.setCompoundDrawablesWithIntrinsicBounds(0, 0, 0, 0);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
PolicySerializationTestActivity.java 235 view.setCompoundDrawablesWithIntrinsicBounds(0, 0, iconResource, 0);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
GyroscopeTestActivity.java 377 mSensorText.setCompoundDrawablesWithIntrinsicBounds(0, 0, icon, 0);
  /development/apps/GestureBuilder/src/com/android/gesture/builder/
GestureBuilderActivity.java 432 label.setCompoundDrawablesWithIntrinsicBounds(mThumbnails.get(gesture.gesture.getID()),

Completed in 478 milliseconds

1 2