Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DUtils.java177 int attrIndex, int defColor, int privAttrId) { in getPrivateAttrColorIfUnset() argument
180 return a.getColor(attrIndex, defColor); in getPrivateAttrColorIfUnset()
186 int color = a.getColor(0, defColor); in getPrivateAttrColorIfUnset()