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

1 2

  /packages/apps/Launcher2/src/com/android/launcher2/
AddAdapter.java 87 textView.setCompoundDrawablesWithIntrinsicBounds(item.image, null, null, null);
PagedViewIcon.java 59 setCompoundDrawablesWithIntrinsicBounds(null, new FastBitmapDrawable(mIcon), null, null);
Hotseat.java 106 allAppsButton.setCompoundDrawablesWithIntrinsicBounds(null,
BubbleTextView.java 93 setCompoundDrawablesWithIntrinsicBounds(null,
DeleteDropTarget.java 158 setCompoundDrawablesWithIntrinsicBounds(mUninstallDrawable, null, null, null);
160 setCompoundDrawablesWithIntrinsicBounds(mRemoveDrawable, null, null, null);
Folder.java 540 textView.setCompoundDrawablesWithIntrinsicBounds(null,
    [all...]
  /packages/apps/Browser/src/com/android/browser/
NavTabView.java 103 mTitle.setCompoundDrawablesWithIntrinsicBounds(id, 0, 0, 0);
AddBookmarkPage.java 180 mTopLevelLabel.setCompoundDrawablesWithIntrinsicBounds(drawable, null, null, null);
    [all...]
  /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 137 mTextView.setCompoundDrawablesWithIntrinsicBounds(icon, 0, 0, 0);
155 mTextView.setCompoundDrawablesWithIntrinsicBounds(lastIcon, 0, 0, 0);
343 mAlarmStatusView.setCompoundDrawablesWithIntrinsicBounds(ALARM_ICON, 0, 0, 0);
365 mStatus1View.setCompoundDrawablesWithIntrinsicBounds(icon.value, 0, 0, 0);
  /packages/apps/Settings/src/com/android/settings/
MasterClear.java 225 child.setCompoundDrawablesWithIntrinsicBounds(icon, null, null, null);
ActivityPicker.java 310 textView.setCompoundDrawablesWithIntrinsicBounds(item.icon, null, null, null);
CryptKeeper.java 682 emergencyCall.setCompoundDrawablesWithIntrinsicBounds(phoneCallIcon, 0, 0, 0);
686 emergencyCall.setCompoundDrawablesWithIntrinsicBounds(emergencyIcon, 0, 0, 0);
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListAdapter.java 119 holder.title.setCompoundDrawablesWithIntrinsicBounds(null, wallpaperInfo.thumbnail,
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItemView.java 138 setCompoundDrawablesWithIntrinsicBounds(icon, null, null, null);
  /frameworks/base/core/java/android/app/
LauncherActivity.java 169 text.setCompoundDrawablesWithIntrinsicBounds(item.icon, null, null, null);
SearchDialog.java 194 // mSearchAutoComplete.setCompoundDrawablesWithIntrinsicBounds(
470 mBadgeLabel.setCompoundDrawablesWithIntrinsicBounds(icon, null, null, null);
  /development/samples/Home/src/com/example/android/home/
Home.java 669 textView.setCompoundDrawablesWithIntrinsicBounds(null, icon, null, null);
  /packages/apps/Phone/src/com/android/phone/
CallCard.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java     [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java     [all...]
Editor.java     [all...]
TextView.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionsView.java 390 word.setCompoundDrawablesWithIntrinsicBounds(
395 word.setCompoundDrawablesWithIntrinsicBounds(null, null, null, null);
    [all...]
  /prebuilts/sdk/10/
android.jar 

Completed in 518 milliseconds

1 2