Searched refs:themeAttrs (Results 1 – 6 of 6) sorted by relevance
49 private var themeAttrs: IntArray? = null variable in com.android.systemui.media.controls.ui.drawable.IlluminationDrawable104 themeAttrs = a.extractThemeAttrs() in inflate()120 return themeAttrs != null && themeAttrs!!.size > 0 || super.canApplyTheme() in canApplyTheme()125 themeAttrs?.let { in applyTheme()
63 private var themeAttrs: IntArray? = null variable in com.android.systemui.media.controls.ui.drawable.LightSourceDrawable156 themeAttrs = a.extractThemeAttrs() in inflate()175 return themeAttrs != null && themeAttrs!!.size > 0 || super.canApplyTheme() in canApplyTheme()180 themeAttrs?.let { in applyTheme()
60 AlphaTintDrawableWrapper(Drawable drawable, int[] themeAttrs) { in AlphaTintDrawableWrapper() argument62 mThemeAttrs = themeAttrs; in AlphaTintDrawableWrapper()139 int[] themeAttrs, in AlphaTintState() argument144 mThemeAttrs = themeAttrs; in AlphaTintState()
356 final int[] themeAttrs = a.extractThemeAttrs(); in inflateChildElements() local367 if (themeAttrs != null) { in inflateChildElements()373 themeAttrsList = GrowingArrayUtils.append(themeAttrsList, listSize, themeAttrs); in inflateChildElements()
365 final int[] themeAttrs = a.extractThemeAttrs(); in inflate() local405 if (themeAttrs != null) { in inflate()410 themeAttrsList = GrowingArrayUtils.append(themeAttrsList, listSize, themeAttrs); in inflate()
469 ChildDrawable addLayer(Drawable dr, int[] themeAttrs, int id, in addLayer() argument473 childDrawable.mThemeAttrs = themeAttrs; in addLayer()