Home
last modified time | relevance | path

Searched refs:getColorAttr (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileView.java67 mColorLabelDefault = Utils.getColorAttr(getContext(), android.R.attr.textColorPrimary); in QSTileView()
70 mColorLabelUnavailable = Utils.getColorAttr(getContext(), in QSTileView()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DUtils.java197 return getColorAttr(context, android.R.attr.colorAccent); in getColorAccent()
201 return getColorAttr(context, android.R.attr.colorError); in getColorError()
249 public static ColorStateList getColorAttr(Context context, int attr) { in getColorAttr() method in Utils
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DHardwareBgDrawable.java64 layers[1].setTintList(Utils.getColorAttr(context, android.R.attr.colorPrimary)); in getLayers()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPointPreference.java186 drawable.setTintList(Utils.getColorAttr(context, android.R.attr.colorControlNormal)); in updateIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DClock.java354 setTextColor(Utils.getColorAttr(mContext, R.attr.wallpaperTextColor)); in useWallpaperTextColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java1097 : Utils.getColorAttr(mContext, android.R.attr.colorForeground); in updateVolumeRowTintH()