Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/picker/clock/ui/view/
DSaturationProgressDrawable.kt85 override fun canApplyTheme(): Boolean { in canApplyTheme() method
86 return (drawable?.canApplyTheme() ?: false) || super.canApplyTheme() in canApplyTheme()
103 override fun canApplyTheme(): Boolean { in canApplyTheme() method in com.android.customization.picker.clock.ui.view.RoundedCornerState
/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/Settings/src/com/android/settings/widget/
DTintDrawable.java84 public boolean canApplyTheme() { in canApplyTheme() method in TintDrawable
85 return (mThemeAttrs != null && mThemeAttrs.length > 0) || super.canApplyTheme(); in canApplyTheme()