Searched defs:LayerState (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DAdaptiveIconDrawable.java125 LayerState mLayerState;
144 this((LayerState) null, null);
151 AdaptiveIconDrawable(@Nullable LayerState state, @Nullable Resources res) {
174 LayerState createConstantState(@Nullable LayerState state, @Nullable Resources res) {
175 return new LayerState(state, this, res);
186 this((LayerState)null, null);
212 final LayerState state = mLayerState;
414 final LayerState state = mLayerState;
450 final LayerState stat
934 static class LayerState extends ConstantState { class in class:AdaptiveIconDrawable
959 LayerState(@Nullable LayerState orig, @NonNull AdaptiveIconDrawable owner, method in class:AdaptiveIconDrawable.LayerState
[all...]
H A DLayerDrawable.java96 LayerState mLayerState;
129 LayerDrawable(@NonNull Drawable[] layers, @Nullable LayerState state) {
152 this((LayerState) null, null);
159 LayerDrawable(@Nullable LayerState state, @Nullable Resources res) {
167 LayerState createConstantState(@Nullable LayerState state, @Nullable Resources res) {
168 return new LayerState(state, this, res);
179 final LayerState state = mLayerState;
204 final LayerState state = mLayerState;
244 final LayerState stat
1921 static class LayerState extends ConstantState { class in class:LayerDrawable
1951 LayerState(@Nullable LayerState orig, @NonNull LayerDrawable owner, method in class:LayerDrawable.LayerState
[all...]

Completed in 533 milliseconds