/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);
|
Hotseat.java | 103 allAppsButton.setCompoundDrawablesWithIntrinsicBounds(null,
|
PagedViewIcon.java | 101 setCompoundDrawablesWithIntrinsicBounds(null, new FastBitmapDrawable(mIcon), null, null);
|
BubbleTextView.java | 102 setCompoundDrawablesWithIntrinsicBounds(null,
|
/packages/apps/Browser/src/com/android/browser/ |
NavTabView.java | 108 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 | 133 mTextView.setCompoundDrawablesWithIntrinsicBounds(icon, 0, 0, 0); 151 mTextView.setCompoundDrawablesWithIntrinsicBounds(lastIcon, 0, 0, 0); 318 mAlarmStatusView.setCompoundDrawablesWithIntrinsicBounds(ALARM_ICON, 0, 0, 0); 340 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 | 342 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()),
|
/frameworks/base/core/java/android/app/ |
LauncherActivity.java | 169 text.setCompoundDrawablesWithIntrinsicBounds(item.icon, null, null, null);
|