Searched refs:LayerState (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | AdaptiveIconDrawable.java | 125 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 …]
|
D | TransitionDrawable.java | 101 LayerState createConstantState(LayerState state, Resources res) { in createConstantState() 247 static class TransitionState extends LayerState {
|
D | LayerDrawable.java | 96 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 …]
|
D | RippleDrawable.java | 674 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/ |
D | Android.bp | 90 "LayerState.cpp",
|
/frameworks/base/ |
D | compiled-classes-phone | 1362 android.graphics.drawable.AdaptiveIconDrawable$LayerState 1408 android.graphics.drawable.LayerDrawable$LayerState
|
D | preloaded-classes | 1074 android.graphics.drawable.LayerDrawable$LayerState
|
/frameworks/base/services/ |
D | profile-classes | 812 Landroid/graphics/drawable/LayerDrawable$LayerState;
|