Searched refs:LayerState (Results 1 – 1 of 1) sorted by relevance
82 private LayerState mLayerState;101 this((LayerState) null, null, null); in DynamicAdaptiveIconDrawable()108 private DynamicAdaptiveIconDrawable(@Nullable LayerState state, @Nullable Resources res, in DynamicAdaptiveIconDrawable()129 private LayerState createConstantState(@Nullable LayerState state, @Nullable Resources res) { in createConstantState()130 return new LayerState(state, this, res); in createConstantState()142 this((LayerState)null, null, iconMask); in DynamicAdaptiveIconDrawable()168 final LayerState state = mLayerState; in inflate()326 final LayerState state = mLayerState; in applyTheme()351 final LayerState state = mLayerState; in inflateLayers()767 static class LayerState extends ConstantState { class in DynamicAdaptiveIconDrawable[all …]