Searched refs:getColorAttr (Results 1 – 6 of 6) sorted by relevance
67 mColorLabelDefault = Utils.getColorAttr(getContext(), android.R.attr.textColorPrimary); in QSTileView()70 mColorLabelUnavailable = Utils.getColorAttr(getContext(), in QSTileView()
197 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
64 layers[1].setTintList(Utils.getColorAttr(context, android.R.attr.colorPrimary)); in getLayers()
186 drawable.setTintList(Utils.getColorAttr(context, android.R.attr.colorControlNormal)); in updateIcon()
354 setTextColor(Utils.getColorAttr(mContext, R.attr.wallpaperTextColor)); in useWallpaperTextColor()
1097 : Utils.getColorAttr(mContext, android.R.attr.colorForeground); in updateVolumeRowTintH()