Home
last modified time | relevance | path

Searched refs:mIconResId (Results 1 – 17 of 17) sorted by relevance

/aosp12/frameworks/base/core/java/android/content/pm/
H A DSuspendDialogInfo.java75 private final int mIconResId; field in SuspendDialogInfo
123 return mIconResId; in getIconResId()
196 if (mIconResId != ID_NULL) { in saveToXml()
262 int hashCode = mIconResId; in hashCode()
282 return mIconResId == otherDialogInfo.mIconResId in equals()
296 if (mIconResId != ID_NULL) { in toString()
341 dest.writeInt(mIconResId); in writeToParcel()
352 mIconResId = source.readInt(); in SuspendDialogInfo()
363 mIconResId = b.mIconResId; in SuspendDialogInfo()
394 private int mIconResId = ID_NULL; field in SuspendDialogInfo.Builder
[all …]
H A DShortcutInfo.java434 private int mIconResId; field in ShortcutInfo
592 mIconResId = source.mIconResId; in ShortcutInfo()
811 && (mIconResId == 0)) { in lookupAndFillInResourceNames()
900 mIconResId = 0; in copyNonNullFieldsFrom()
2008 if (mIconResId != iconResourceId) { in setIconResourceId()
2011 mIconResId = iconResourceId; in setIconResourceId()
2019 return mIconResId; in getIconResourceId()
2148 mIconResId = source.readInt(); in ShortcutInfo()
2197 dest.writeInt(mIconResId); in writeToParcel()
2458 sb.append(mIconResId); in toStringInner()
[all …]
/aosp12/frameworks/base/core/java/com/android/internal/globalactions/
H A DSinglePressAction.java30 private final int mIconResId; field in SinglePressAction
36 mIconResId = iconResId; in SinglePressAction()
43 mIconResId = iconResId; in SinglePressAction()
91 } else if (mIconResId != 0) { in create()
92 icon.setImageDrawable(context.getDrawable(mIconResId)); in create()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DContextualButton.java35 protected final @DrawableRes int mIconResId; field in ContextualButton
47 mIconResId = iconResId; in ContextualButton()
54 if (mIconResId == 0) { in updateIcon()
120 return KeyButtonDrawable.create(mLightContext, lightIconColor, darkIconColor, mIconResId, in getNewDrawable()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/imewidescreen/
H A DCarUiImeSearchListItem.java37 private int mIconResId; field in CarUiImeSearchListItem
79 return mIconResId; in getIconResId()
86 mIconResId = iconResId; in setIconResId()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/
H A DVolumeSeekBarPreference.java52 private int mIconResId; field in VolumeSeekBarPreference
164 if (mIconResId != 0) { in updateIconView()
165 mIconView.setImageResource(mIconResId); in updateIconView()
176 if (mIconResId == resId) return; in showIcon()
177 mIconResId = resId; in showIcon()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DSystemShortcut.java43 private final int mIconResId; field in SystemShortcut
56 mIconResId = iconResId; in SystemShortcut()
64 mIconResId = other.mIconResId; in SystemShortcut()
79 iconView.setBackgroundResource(mIconResId); in setIconAndLabelFor()
84 view.setImageResource(mIconResId); in setIconAndContentDescriptionFor()
/aosp12/packages/apps/Settings/src/com/android/settings/display/
H A DAppGridView.java75 private final int mIconResId; field in AppGridView.AppsAdapter
80 mIconResId = iconResId; in AppsAdapter()
90 final ImageView iconView = view.findViewById(mIconResId); in getView()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
H A DRotationButtonController.java112 private int mIconResId; field in RotationButtonController
169 mIconResId = mIconCcwStart90ResId; in RotationButtonController()
374 mIconResId = rotationCCW ? mIconCcwStart0ResId : mIconCwStart0ResId; in onRotationProposal()
376 mIconResId = rotationCCW ? mIconCcwStart90ResId : mIconCwStart90ResId; in onRotationProposal()
436 return mIconResId; in getIconResId()
/aosp12/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuItemImpl.java73 private int mIconResId = NO_ICON; field in MenuItemImpl
476 if (mIconResId != NO_ICON) { in getIcon()
477 Drawable icon = mMenu.getContext().getDrawable(mIconResId); in getIcon()
478 mIconResId = NO_ICON; in getIcon()
487 mIconResId = NO_ICON; in setIcon()
497 mIconResId = iconResId; in setIcon()
H A DActionMenuItem.java52 private int mIconResId = NO_ICON; field in ActionMenuItem
190 mIconResId = NO_ICON; in setIcon()
197 mIconResId = iconRes; in setIcon()
/aosp12/frameworks/base/core/java/android/preference/
H A DPreference.java133 private int mIconResId; field in Preference
271 mIconResId = a.getResourceId(attr, 0); in Preference()
662 if (mIconResId != 0 || mIcon != null) { in onBindView()
664 mIcon = getContext().getDrawable(mIconResId); in onBindView()
803 if (mIconResId != iconResId) { in setIcon()
804 mIconResId = iconResId; in setIcon()
816 if (mIcon == null && mIconResId != 0) { in getIcon()
817 mIcon = getContext().getDrawable(mIconResId); in getIcon()
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
H A DIndexData.java87 iconResId = builder.mIconResId; in IndexData()
161 private int mIconResId; field in IndexData.Builder
237 mIconResId = iconResId; in setIconResId()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/widget/
H A DLoadingFrameLayout.java262 private int mIconResId; field in LoadingFrameLayout.ViewContainer
306 setIcon(mIconResId); in inflateView()
386 mIconResId = iconResId; in setIcon()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/model/
H A DAppPermissionGroup.java113 private final int mIconResId; field in AppPermissionGroup
466 mIconResId = iconResId; in AppPermissionGroup()
469 mIconResId = R.drawable.ic_perm_device_info; in AppPermissionGroup()
559 return mIconResId;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLite.java1656 private final int mIconResId;
1662 mIconResId = iconResId;
1669 mIconResId = iconResId;
1706 return context.getDrawable(mIconResId);
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt16186 Landroid/content/pm/ShortcutInfo;->mIconResId:I
43706 Landroid/preference/Preference;->mIconResId:I