Home
last modified time | relevance | path

Searched refs:canApplyTheme (Results 1 – 3 of 3) sorted by relevance

/packages/apps/ThemePicker/src/com/android/customization/widget/
DDynamicAdaptiveIconDrawable.java333 if (d != null && d.canApplyTheme()) { in applyTheme()
398 public boolean canApplyTheme() { in canApplyTheme() method in DynamicAdaptiveIconDrawable
399 return (mLayerState != null && mLayerState.canApplyTheme()) || super.canApplyTheme(); in canApplyTheme()
752 public boolean canApplyTheme() { in canApplyTheme() method in DynamicAdaptiveIconDrawable.ChildDrawable
754 || (mDrawable != null && mDrawable.canApplyTheme()); in canApplyTheme()
828 public boolean canApplyTheme() { in canApplyTheme() method in DynamicAdaptiveIconDrawable.LayerState
829 if (mThemeAttrs != null || super.canApplyTheme()) { in canApplyTheme()
836 if (layer.canApplyTheme()) { in canApplyTheme()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DShadowDrawable.java106 public boolean canApplyTheme() { in canApplyTheme() method in ShadowDrawable
107 return mState.canApplyTheme(); in canApplyTheme()
209 public boolean canApplyTheme() { in canApplyTheme() method in ShadowDrawable.ShadowDrawableState
/packages/apps/Settings/src/com/android/settings/widget/
DTintDrawable.java83 public boolean canApplyTheme() { in canApplyTheme() method in TintDrawable
84 return (mThemeAttrs != null && mThemeAttrs.length > 0) || super.canApplyTheme(); in canApplyTheme()