Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/quicksettings/
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()
DWifiTile.java44 private int mIconRes = R.drawable.ic_settings_wifi; field in WifiTile
79 return mContext.getDrawable(mIconRes); in getIcon()
115 mIconRes = WifiUtil.getIconRes(state); in onWifiStateChanged()
DDayNightTile.java41 private int mIconRes = R.drawable.ic_settings_night_display; field in DayNightTile
79 return mContext.getDrawable(mIconRes); in getIcon()
/packages/apps/Contacts/src/com/android/contacts/util/
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()
/packages/apps/Protips/src/com/android/protips/
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()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DOptionsPopupView.java133 view.getIconView().setBackgroundResource(item.mIconRes); in show()
237 private final int mIconRes; field in OptionsPopupView.OptionItem
244 mIconRes = iconRes; in OptionItem()
/packages/apps/Launcher3/src/com/android/launcher3/
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()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTaskShortcutFactory.java73 private final int mIconRes; field in TaskShortcutFactory.MultiWindowFactory
78 mIconRes = iconRes; in MultiWindowFactory()
96 return new MultiWindowSystemShortcut(mIconRes, mTextRes, activity, taskView, this, in getShortcut()