Searched refs:mIconRes (Results 1 – 7 of 7) sorted by relevance
48 private int mIconRes = R.drawable.ic_settings_bluetooth; field in BluetoothTile66 mIconRes = R.drawable.ic_settings_bluetooth_disabled;70 mIconRes = R.drawable.ic_settings_bluetooth;79 mIconRes = R.drawable.ic_settings_bluetooth_connected;83 mIconRes = R.drawable.ic_settings_bluetooth;105 mIconRes = R.drawable.ic_settings_bluetooth; in BluetoothTile()108 mIconRes = R.drawable.ic_settings_bluetooth_disabled; in BluetoothTile()129 return mContext.getDrawable(mIconRes); in getIcon()
43 private int mIconRes = R.drawable.ic_settings_wifi; field in WifiTile77 return mContext.getDrawable(mIconRes); in getIcon()113 mIconRes = WifiUtil.getIconRes(state); in onWifiStateChanged()
40 private int mIconRes = R.drawable.ic_settings_night_display; field in DayNightTile77 return mContext.getDrawable(mIconRes); in getIcon()
40 private int mIconRes = -1; field in DataStatus81 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()
58 private int mIconRes = R.drawable.droidman_open; field in ProtipWidget100 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()
131 view.getIconView().setBackgroundResource(item.mIconRes); in show()223 private final int mIconRes; field in OptionsPopupView.OptionItem230 mIconRes = iconRes; in OptionItem()
419 private final Resources mIconRes; field in AutoInstallsLayout.ShortcutParser422 mIconRes = iconRes; in ShortcutParser()440 Drawable icon = mIconRes.getDrawable(iconId); in parseAndAdd()452 mValues.put(Favorites.ICON_PACKAGE, mIconRes.getResourcePackageName(iconId)); in parseAndAdd()453 mValues.put(Favorites.ICON_RESOURCE, mIconRes.getResourceName(iconId)); in parseAndAdd()