Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DAdaptiveIconDrawable.java125 LayerState mLayerState;
144 this((LayerState) null, null); in AdaptiveIconDrawable()
151 AdaptiveIconDrawable(@Nullable LayerState state, @Nullable Resources res) { in AdaptiveIconDrawable()
174 LayerState createConstantState(@Nullable LayerState state, @Nullable Resources res) { in createConstantState()
175 return new LayerState(state, this, res); in createConstantState()
186 this((LayerState)null, null); in AdaptiveIconDrawable()
212 final LayerState state = mLayerState; in inflate()
414 final LayerState state = mLayerState; in applyTheme()
450 final LayerState state = mLayerState; in inflateLayers()
505 final LayerState state = mLayerState; in updateLayerFromTypedArray()
[all …]
DTransitionDrawable.java101 LayerState createConstantState(LayerState state, Resources res) { in createConstantState()
247 static class TransitionState extends LayerState {
DLayerDrawable.java96 LayerState mLayerState;
129 LayerDrawable(@NonNull Drawable[] layers, @Nullable LayerState state) { in LayerDrawable()
152 this((LayerState) null, null); in LayerDrawable()
159 LayerDrawable(@Nullable LayerState state, @Nullable Resources res) { in LayerDrawable()
167 LayerState createConstantState(@Nullable LayerState state, @Nullable Resources res) { in createConstantState()
168 return new LayerState(state, this, res); in createConstantState()
179 final LayerState state = mLayerState; in inflate()
204 final LayerState state = mLayerState; in applyTheme()
244 final LayerState state = mLayerState; in inflateLayers()
293 final LayerState state = mLayerState; in updateStateFromTypedArray()
[all …]
DRippleDrawable.java674 final LayerState state = mLayerState; in getOutline()
987 RippleState createConstantState(LayerState state, Resources res) { in createConstantState()
991 static class RippleState extends LayerState {
996 public RippleState(LayerState orig, RippleDrawable owner, Resources res) { in RippleState()
/frameworks/native/libs/gui/
DAndroid.bp90 "LayerState.cpp",
/frameworks/base/
Dcompiled-classes-phone1362 android.graphics.drawable.AdaptiveIconDrawable$LayerState
1408 android.graphics.drawable.LayerDrawable$LayerState
Dpreloaded-classes1074 android.graphics.drawable.LayerDrawable$LayerState
/frameworks/base/services/
Dprofile-classes812 Landroid/graphics/drawable/LayerDrawable$LayerState;