HomeSort by relevance Sort by last modified time
    Searched defs:mIconResId (Results 1 - 10 of 10) sorted by null

  /frameworks/base/telecomm/java/android/telecom/
StatusHints.java 40 private final int mIconResId;
47 mIconResId = iconResId;
71 return mIconResId;
78 return getIcon(context, mIconResId);
97 out.writeInt(mIconResId);
115 mIconResId = in.readInt();
150 return Objects.hashCode(mPackageName) + Objects.hashCode(mLabel) + mIconResId +
PhoneAccount.java 115 private final int mIconResId;
125 private int mIconResId;
146 mIconResId = phoneAccount.getIconResId();
168 this.mIconResId = value;
224 mIconResId,
244 mIconResId = iconResId;
370 return mIconResId;
379 return getIcon(context, mIconResId);
415 out.writeInt(mIconResId);
441 mIconResId = in.readInt()
    [all...]
  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
SimpleMenuItem.java 42 private int mIconResId = 0;
83 mIconResId = 0;
90 mIconResId = iconResId;
99 if (mIconResId != 0) {
100 return mMenu.getResources().getDrawable(mIconResId);
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItem.java 44 private int mIconResId = NO_ICON;
160 mIconResId = NO_ICON;
165 mIconResId = iconRes;
MenuItemImpl.java 62 private int mIconResId = NO_ICON;
387 if (mIconResId != NO_ICON) {
388 Drawable icon = mMenu.getContext().getDrawable(mIconResId);
389 mIconResId = NO_ICON;
398 mIconResId = NO_ICON;
407 mIconResId = iconResId;
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuItem.java 48 private int mIconResId = NO_ICON;
164 mIconResId = NO_ICON;
169 mIconResId = iconRes;
MenuItemImpl.java 66 private int mIconResId = NO_ICON;
410 if (mIconResId != NO_ICON) {
411 Drawable icon = TintManager.getDrawable(mMenu.getContext(), mIconResId);
412 mIconResId = NO_ICON;
422 mIconResId = NO_ICON;
432 mIconResId = iconResId;
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Folder.java 216 private int mIconResId;
230 mLastSyncResult, mType, mIconResId, mNotificationIconResId, mBgColor,
300 mIconResId = iconResId;
  /frameworks/base/core/java/android/preference/
Preference.java 103 * mIconResId is overridden by mIcon, if mIcon is specified.
105 private int mIconResId;
222 mIconResId = a.getResourceId(attr, 0);
561 if (mIconResId != 0 || mIcon != null) {
563 mIcon = getContext().getDrawable(mIconResId);
700 mIconResId = iconResId;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 93 milliseconds