Searched refs:mIconRes (Results 1 – 9 of 9) sorted by relevance
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/quicksettings/ |
H A D | BluetoothTile.java | 45 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 D | WifiTile.java | 45 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 D | DayNightTile.java | 41 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 D | DataStatus.java | 40 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 D | ProtipWidget.java | 58 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 D | TaskShortcutFactory.java | 92 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 D | AutoInstallsLayout.java | 422 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 D | PhoneWindow.java | 229 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 D | hiddenapi-max-target-o.txt | 1464 Landroid/app/ActivityManager$TaskDescription;->mIconRes:I
|