Searched refs:canApplyTheme (Results 1 – 3 of 3) sorted by relevance
85 override fun canApplyTheme(): Boolean { in canApplyTheme() method86 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
333 if (d != null && d.canApplyTheme()) { in applyTheme()398 public boolean canApplyTheme() { in canApplyTheme() method in DynamicAdaptiveIconDrawable399 return (mLayerState != null && mLayerState.canApplyTheme()) || super.canApplyTheme(); in canApplyTheme()752 public boolean canApplyTheme() { in canApplyTheme() method in DynamicAdaptiveIconDrawable.ChildDrawable754 || (mDrawable != null && mDrawable.canApplyTheme()); in canApplyTheme()828 public boolean canApplyTheme() { in canApplyTheme() method in DynamicAdaptiveIconDrawable.LayerState829 if (mThemeAttrs != null || super.canApplyTheme()) { in canApplyTheme()836 if (layer.canApplyTheme()) { in canApplyTheme()
84 public boolean canApplyTheme() { in canApplyTheme() method in TintDrawable85 return (mThemeAttrs != null && mThemeAttrs.length > 0) || super.canApplyTheme(); in canApplyTheme()