Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DIlluminationDrawable.kt49 private var themeAttrs: IntArray? = null
104 themeAttrs = a.extractThemeAttrs()
120 return themeAttrs != null && themeAttrs!!.size > 0 || super.canApplyTheme()
125 themeAttrs?.let {
H A DLightSourceDrawable.kt63 private var themeAttrs: IntArray? = null
156 themeAttrs = a.extractThemeAttrs()
175 return themeAttrs != null && themeAttrs!!.size > 0 || super.canApplyTheme()
180 themeAttrs?.let {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DAlphaTintDrawableWrapper.java60 AlphaTintDrawableWrapper(Drawable drawable, int[] themeAttrs) { in AlphaTintDrawableWrapper() argument
62 mThemeAttrs = themeAttrs; in AlphaTintDrawableWrapper()
139 int[] themeAttrs, in AlphaTintState() argument
144 mThemeAttrs = themeAttrs; in AlphaTintState()
/aosp14/frameworks/base/core/java/android/content/res/
H A DGradientColor.java356 final int[] themeAttrs = a.extractThemeAttrs(); in inflateChildElements() local
367 if (themeAttrs != null) { in inflateChildElements()
373 themeAttrsList = GrowingArrayUtils.append(themeAttrsList, listSize, themeAttrs); in inflateChildElements()
H A DColorStateList.java365 final int[] themeAttrs = a.extractThemeAttrs(); in inflate() local
405 if (themeAttrs != null) { in inflate()
410 themeAttrsList = GrowingArrayUtils.append(themeAttrsList, listSize, themeAttrs); in inflate()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DLayerDrawable.java469 ChildDrawable addLayer(Drawable dr, int[] themeAttrs, int id, in addLayer() argument
473 childDrawable.mThemeAttrs = themeAttrs; in addLayer()