Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DSystemShortcut.java40 private final int mIconResId; field in SystemShortcut
48 mIconResId = iconResId; in SystemShortcut()
62 mIconResId = 0; in SystemShortcut()
67 mIconResId = other.mIconResId; in SystemShortcut()
88 iconView.setBackgroundResource(mIconResId); in setIconAndLabelFor()
104 view.setImageResource(mIconResId); in setIconAndContentDescriptionFor()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/
DContextualCard.java67 private final int mIconResId; field in ContextualCard
134 return mIconResId; in getIconResId()
188 mIconResId = builder.mIconResId; in ContextualCard()
229 mIconResId = c.getInt(c.getColumnIndex(CardDatabaseHelper.CardColumns.ICON_RES_ID)); in ContextualCard()
230 mBuilder.setIconResId(mIconResId); in ContextualCard()
289 private int mIconResId; field in ContextualCard.Builder
365 mIconResId = iconResId; in setIconResId()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/
DContextualCard.java67 private final int mIconResId; field in ContextualCard
133 return mIconResId; in getIconResId()
183 mIconResId = builder.mIconResId; in ContextualCard()
223 mIconResId = c.getInt(c.getColumnIndex(CardDatabaseHelper.CardColumns.ICON_RES_ID)); in ContextualCard()
224 mBuilder.setIconResId(mIconResId); in ContextualCard()
281 private int mIconResId; field in ContextualCard.Builder
356 mIconResId = iconResId; in setIconResId()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DVolumeSeekBarPreference.java52 private int mIconResId; field in VolumeSeekBarPreference
163 if (mIconResId != 0) { in updateIconView()
164 mIconView.setImageResource(mIconResId); in updateIconView()
175 if (mIconResId == resId) return; in showIcon()
176 mIconResId = resId; in showIcon()
/packages/apps/Settings/src/com/android/settings/notification/
DVolumeSeekBarPreference.java52 private int mIconResId; field in VolumeSeekBarPreference
158 if (mIconResId != 0) { in updateIconView()
159 mIconView.setImageResource(mIconResId); in updateIconView()
170 if (mIconResId == resId) return; in showIcon()
171 mIconResId = resId; in showIcon()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/
DAppGridView.java75 private final int mIconResId; field in AppGridView.AppsAdapter
80 mIconResId = iconResId; in AppsAdapter()
90 final ImageView iconView = view.findViewById(mIconResId); in getView()
/packages/apps/Settings/src/com/android/settings/display/
DAppGridView.java75 private final int mIconResId; field in AppGridView.AppsAdapter
80 mIconResId = iconResId; in AppsAdapter()
90 final ImageView iconView = view.findViewById(mIconResId); in getView()
/packages/apps/DeskClock/src/com/android/deskclock/uidata/
DUiDataModel.java48 private final @DrawableRes int mIconResId; field in UiDataModel.Tab
53 mIconResId = iconResId; in Tab()
58 public @DrawableRes int getIconResId() { return mIconResId; } in getIconResId()
/packages/apps/Settings/src/com/android/settings/accessibility/
DShortcutServicePickerFragment.java197 final int mIconResId; field in ShortcutServicePickerFragment.FrameworkCandidateInfo
204 mIconResId = iconResId; in FrameworkCandidateInfo()
215 return getContext().getDrawable(mIconResId); in loadIcon()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
DIndexData.java87 iconResId = builder.mIconResId; in IndexData()
161 private int mIconResId; field in IndexData.Builder
225 mIconResId = iconResId; in setIconResId()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DShortcutServicePickerFragment.java197 final int mIconResId; field in ShortcutServicePickerFragment.FrameworkCandidateInfo
204 mIconResId = iconResId; in FrameworkCandidateInfo()
215 return getContext().getDrawable(mIconResId); in loadIcon()
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/model/
DAppPermissionGroup.java95 private final int mIconResId; field in AppPermissionGroup
417 mIconResId = iconResId; in AppPermissionGroup()
420 mIconResId = R.drawable.ic_perm_device_info; in AppPermissionGroup()
508 return mIconResId; in getIconResId()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DFolder.java219 private int mIconResId; field in Folder.Builder
233 mLastSyncResult, mType, mIconResId, mNotificationIconResId, mBgColor, in build()
303 mIconResId = iconResId; in setIconResId()