Searched refs:LayerState (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | AdaptiveIconDrawable.java | 126 LayerState mLayerState; 145 this((LayerState) null, null); in AdaptiveIconDrawable() 152 AdaptiveIconDrawable(@Nullable LayerState state, @Nullable Resources res) { in AdaptiveIconDrawable() 178 LayerState createConstantState(@Nullable LayerState state, @Nullable Resources res) { in createConstantState() 179 return new LayerState(state, this, res); in createConstantState() 190 this((LayerState)null, null); in AdaptiveIconDrawable() 216 final LayerState state = mLayerState; in inflate() 418 final LayerState state = mLayerState; in applyTheme() 454 final LayerState state = mLayerState; in inflateLayers() 509 final LayerState state = mLayerState; in updateLayerFromTypedArray() [all …]
|
D | TransitionDrawable.java | 105 LayerState createConstantState(LayerState state, Resources res) { in createConstantState() 263 static class TransitionState extends LayerState {
|
D | LayerDrawable.java | 98 LayerState mLayerState; 131 LayerDrawable(@NonNull Drawable[] layers, @Nullable LayerState state) { in LayerDrawable() 157 this((LayerState) null, null); in LayerDrawable() 164 LayerDrawable(@Nullable LayerState state, @Nullable Resources res) { in LayerDrawable() 172 LayerState createConstantState(@Nullable LayerState state, @Nullable Resources res) { in createConstantState() 173 return new LayerState(state, this, res); in createConstantState() 184 final LayerState state = mLayerState; in inflate() 209 final LayerState state = mLayerState; in applyTheme() 249 final LayerState state = mLayerState; in inflateLayers() 298 final LayerState state = mLayerState; in updateStateFromTypedArray() [all …]
|
D | RippleDrawable.java | 652 final LayerState state = mLayerState; in getOutline() 977 RippleState createConstantState(LayerState state, Resources res) { in createConstantState() 981 static class RippleState extends LayerState { 987 public RippleState(LayerState orig, RippleDrawable owner, Resources res) { in RippleState()
|
/frameworks/native/libs/gui/ |
D | Android.bp | 61 "LayerState.cpp",
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 6114 …aphics/drawable/AdaptiveIconDrawable$LayerState;-><init>(Landroid/graphics/drawable/AdaptiveIconDr… 6115 HSPLandroid/graphics/drawable/AdaptiveIconDrawable$LayerState;->canApplyTheme()Z 6116 HSPLandroid/graphics/drawable/AdaptiveIconDrawable$LayerState;->getChangingConfigurations()I 6117 HSPLandroid/graphics/drawable/AdaptiveIconDrawable$LayerState;->invalidateCache()V 6118 HSPLandroid/graphics/drawable/AdaptiveIconDrawable$LayerState;->isStateful()Z 6119 HSPLandroid/graphics/drawable/AdaptiveIconDrawable$LayerState;->newDrawable()Landroid/graphics/draw… 6120 HSPLandroid/graphics/drawable/AdaptiveIconDrawable$LayerState;->newDrawable(Landroid/content/res/Re… 6121 …eIconDrawable;-><init>(Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState;Landroid/content… 6123 …able/AdaptiveIconDrawable$LayerState;Landroid/content/res/Resources;)Landroid/graphics/drawable/Ad… 6549 …Landroid/graphics/drawable/LayerDrawable$LayerState;-><init>(Landroid/graphics/drawable/LayerDrawa… [all …]
|
D | hiddenapi-greylist-max-o.txt | 19336 …aphics/drawable/AdaptiveIconDrawable$LayerState;-><init>(Landroid/graphics/drawable/AdaptiveIconDr… 19337 Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState;->canConstantState()Z 19338 Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState;->getOpacity()I 19339 Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState;->hasFocusStateSpecified()Z 19340 Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState;->invalidateCache()V 19341 Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState;->isStateful()Z 19342 Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState;->mAutoMirrored:Z 19343 Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState;->mChangingConfigurations:I 19344 Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState;->mCheckedOpacity:Z 19345 Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState;->mCheckedStateful:Z [all …]
|
D | preloaded-classes | 1273 android.graphics.drawable.AdaptiveIconDrawable$LayerState 1317 android.graphics.drawable.LayerDrawable$LayerState
|