Searched refs:mThemeAttrs (Results 1 – 2 of 2) sorted by relevance
45 private int[] mThemeAttrs; field in TintDrawable60 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()
381 if (layer.mDrawable == null && (layer.mThemeAttrs == null)) { in inflateLayers()723 public int[] mThemeAttrs; field in DynamicAdaptiveIconDrawable.ChildDrawable752 mThemeAttrs = orig.mThemeAttrs; in ChildDrawable()756 return mThemeAttrs != null in canApplyTheme()768 private int[] mThemeAttrs; field in DynamicAdaptiveIconDrawable.LayerState811 mThemeAttrs = orig.mThemeAttrs; in LayerState()829 if (mThemeAttrs != null || super.canApplyTheme()) { in canApplyTheme()