Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/widget/
DDynamicAdaptiveIconDrawable.java79 private LayerState mLayerState;
98 this((LayerState) null, null, null); in DynamicAdaptiveIconDrawable()
105 private DynamicAdaptiveIconDrawable(@Nullable LayerState state, @Nullable Resources res, in DynamicAdaptiveIconDrawable()
126 private LayerState createConstantState(@Nullable LayerState state, @Nullable Resources res) { in createConstantState()
127 return new LayerState(state, this, res); in createConstantState()
139 this((LayerState)null, null, iconMask); in DynamicAdaptiveIconDrawable()
165 final LayerState state = mLayerState; in inflate()
323 final LayerState state = mLayerState; in applyTheme()
348 final LayerState state = mLayerState; in inflateLayers()
764 static class LayerState extends ConstantState { class in DynamicAdaptiveIconDrawable
[all …]