Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/widget/
DTintDrawable.java46 private int[] mThemeAttrs; field in TintDrawable
61 mThemeAttrs = a.extractThemeAttrs(); in inflate()
72 if (mThemeAttrs != null) { in applyTheme()
73 final TypedArray a = t.resolveAttributes(mThemeAttrs, R.styleable.TintDrawable); in applyTheme()
85 return (mThemeAttrs != null && mThemeAttrs.length > 0) || super.canApplyTheme(); in canApplyTheme()
/packages/apps/ThemePicker/src/com/android/customization/widget/
DDynamicAdaptiveIconDrawable.java378 if (layer.mDrawable == null && (layer.mThemeAttrs == null)) { in inflateLayers()
720 public int[] mThemeAttrs; field in DynamicAdaptiveIconDrawable.ChildDrawable
749 mThemeAttrs = orig.mThemeAttrs; in ChildDrawable()
753 return mThemeAttrs != null in canApplyTheme()
767 private int[] mThemeAttrs; field in DynamicAdaptiveIconDrawable.LayerState
811 mThemeAttrs = orig.mThemeAttrs; in LayerState()
829 if (mThemeAttrs != null || super.canApplyTheme()) { in canApplyTheme()