Home
last modified time | relevance | path

Searched refs:mIconRes (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/quicksettings/
H A DBluetoothTile.java45 private int mIconRes = R.drawable.ic_settings_bluetooth; field in BluetoothTile
63 mIconRes = R.drawable.ic_settings_bluetooth_disabled;
67 mIconRes = R.drawable.ic_settings_bluetooth;
76 mIconRes = R.drawable.ic_settings_bluetooth_connected;
80 mIconRes = R.drawable.ic_settings_bluetooth;
118 return mContext.getDrawable(mIconRes); in getIcon()
161 mIconRes = R.drawable.ic_settings_bluetooth_connected; in updateBluetoothIconState()
164 mIconRes = R.drawable.ic_settings_bluetooth; in updateBluetoothIconState()
167 mIconRes = R.drawable.ic_settings_bluetooth_disabled; in updateBluetoothIconState()
H A DWifiTile.java45 private int mIconRes = R.drawable.ic_settings_wifi; field in WifiTile
80 return mContext.getDrawable(mIconRes); in getIcon()
113 mIconRes = WifiUtil.getIconRes(state); in onWifiStateChanged()
H A DDayNightTile.java41 private int mIconRes = R.drawable.ic_settings_night_display; field in DayNightTile
79 return mContext.getDrawable(mIconRes); in getIcon()
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DDataStatus.java40 private int mIconRes = -1; field in DataStatus
81 mIconRes = getInt(cursor, Data.STATUS_ICON, -1); in fromCursor()
140 final boolean validIcon = mResPackage != null && mIconRes != -1; in getIcon()
141 return validIcon ? pm.getDrawable(mResPackage, mIconRes, null) : null; in getIcon()
/aosp12/packages/apps/Protips/src/com/android/protips/
H A DProtipWidget.java58 private int mIconRes = R.drawable.droidman_open; field in ProtipWidget
100 mIconRes = R.drawable.droidman_open; in goodmorning()
153 mIconRes = R.drawable.droidman_open; in onReceiveAsync()
166 mIconRes = resId; in setIcon()
244 updateViews.setImageViewResource(R.id.bugdroid, mIconRes); in buildUpdate()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTaskShortcutFactory.java92 private final int mIconRes; field in TaskShortcutFactory.MultiWindowFactory
97 mIconRes = iconRes; in MultiWindowFactory()
116 return new MultiWindowSystemShortcut(mIconRes, mTextRes, activity, taskContainer, this, in getShortcut()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DAutoInstallsLayout.java422 private final Resources mIconRes; field in AutoInstallsLayout.ShortcutParser
425 mIconRes = iconRes; in ShortcutParser()
443 Drawable icon = mIconRes.getDrawable(iconId); in parseAndAdd()
455 mValues.put(Favorites.ICON_PACKAGE, mIconRes.getResourcePackageName(iconId)); in parseAndAdd()
456 mValues.put(Favorites.ICON_RESOURCE, mIconRes.getResourceName(iconId)); in parseAndAdd()
/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java229 int mIconRes; field in PhoneWindow
1795 mIconRes = resId; in setIcon()
1808 mIconRes = resId; in setDefaultIcon()
2752 (mIconRes != 0 && !mDecorContentParent.hasIcon())) {
2753 mDecorContentParent.setIcon(mIconRes);
2755 mIconRes == 0 && !mDecorContentParent.hasIcon()) {
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt1464 Landroid/app/ActivityManager$TaskDescription;->mIconRes:I