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

1 2

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
TextViewCompatUtils.java 38 textView.setCompoundDrawablesWithIntrinsicBounds(start, top, end, bottom);
  /packages/experimental/Bummer/src/com/android/dreams/bummer/
Bummer.java 49 mApology.setCompoundDrawablesWithIntrinsicBounds(android.R.drawable.stat_sys_warning, 0, 0,
  /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 116 allAppsButton.setCompoundDrawablesWithIntrinsicBounds(null,
BubbleTextView.java 93 setCompoundDrawablesWithIntrinsicBounds(null,
  /packages/apps/Launcher3/src/com/android/launcher3/
AddAdapter.java 85 textView.setCompoundDrawablesWithIntrinsicBounds(item.image, null, null, null);
  /external/chromium_org/base/android/java/src/org/chromium/base/
ApiCompatibilityUtils.java 175 textView.setCompoundDrawablesWithIntrinsicBounds(start, top, bottom, end);
188 textView.setCompoundDrawablesWithIntrinsicBounds(start, top, bottom, end);
  /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,
  /packages/apps/Settings/src/com/android/settings/
MasterClear.java 246 child.setCompoundDrawablesWithIntrinsicBounds(icon, null, null, null);
ActivityPicker.java 314 textView.setCompoundDrawablesWithIntrinsicBounds(item.icon, null, null, null);
CryptKeeper.java 707 emergencyCall.setCompoundDrawablesWithIntrinsicBounds(phoneCallIcon, 0, 0, 0);
711 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/packages/Keyguard/src/com/android/keyguard/
KeyguardMessageArea.java 223 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/InCallUI/src/com/android/incallui/
CallCardFragment.java 351 mCallStateLabel.setCompoundDrawablesWithIntrinsicBounds(bluetoothIconId, 0, 0, 0);
355 mCallStateLabel.setCompoundDrawablesWithIntrinsicBounds(0, 0, 0, 0);
  /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);
  /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/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelper.java 366 wordView.setCompoundDrawablesWithIntrinsicBounds(
371 wordView.setCompoundDrawablesWithIntrinsicBounds(null, null, null, null);
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java     [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java     [all...]

Completed in 2214 milliseconds

1 2