Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/drawable/
DIlluminationDrawable.kt49 private var themeAttrs: IntArray? = null variable in com.android.systemui.media.controls.ui.drawable.IlluminationDrawable
104 themeAttrs = a.extractThemeAttrs() in inflate()
120 return themeAttrs != null && themeAttrs!!.size > 0 || super.canApplyTheme() in canApplyTheme()
125 themeAttrs?.let { in applyTheme()
DLightSourceDrawable.kt63 private var themeAttrs: IntArray? = null variable in com.android.systemui.media.controls.ui.drawable.LightSourceDrawable
156 themeAttrs = a.extractThemeAttrs() in inflate()
175 return themeAttrs != null && themeAttrs!!.size > 0 || super.canApplyTheme() in canApplyTheme()
180 themeAttrs?.let { in applyTheme()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
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()
/frameworks/base/core/java/android/content/res/
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()
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()
/frameworks/base/graphics/java/android/graphics/drawable/
DLayerDrawable.java469 ChildDrawable addLayer(Drawable dr, int[] themeAttrs, int id, in addLayer() argument
473 childDrawable.mThemeAttrs = themeAttrs; in addLayer()