Searched refs:mThemeAttrs (Results 1 – 2 of 2) sorted by relevance
46 private int[] mThemeAttrs; field in TintDrawable61 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()
378 if (layer.mDrawable == null && (layer.mThemeAttrs == null)) { in inflateLayers()720 public int[] mThemeAttrs; field in DynamicAdaptiveIconDrawable.ChildDrawable749 mThemeAttrs = orig.mThemeAttrs; in ChildDrawable()753 return mThemeAttrs != null in canApplyTheme()767 private int[] mThemeAttrs; field in DynamicAdaptiveIconDrawable.LayerState811 mThemeAttrs = orig.mThemeAttrs; in LayerState()829 if (mThemeAttrs != null || super.canApplyTheme()) { in canApplyTheme()