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.java45 private int[] mThemeAttrs; field in TintDrawable
60 mThemeAttrs = a.extractThemeAttrs(); in inflate()
71 if (mThemeAttrs != null) { in applyTheme()
72 final TypedArray a = t.resolveAttributes(mThemeAttrs, R.styleable.TintDrawable); in applyTheme()
84 return (mThemeAttrs != null && mThemeAttrs.length > 0) || super.canApplyTheme(); in canApplyTheme()
/packages/apps/ThemePicker/src/com/android/customization/widget/
DDynamicAdaptiveIconDrawable.java381 if (layer.mDrawable == null && (layer.mThemeAttrs == null)) { in inflateLayers()
723 public int[] mThemeAttrs; field in DynamicAdaptiveIconDrawable.ChildDrawable
752 mThemeAttrs = orig.mThemeAttrs; in ChildDrawable()
756 return mThemeAttrs != null in canApplyTheme()
768 private int[] mThemeAttrs; field in DynamicAdaptiveIconDrawable.LayerState
811 mThemeAttrs = orig.mThemeAttrs; in LayerState()
829 if (mThemeAttrs != null || super.canApplyTheme()) { in canApplyTheme()