Home
last modified time | relevance | path

Searched refs:mLayerState (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DLayerDrawable.java98 LayerState mLayerState; field in LayerDrawable
141 r[i] = new ChildDrawable(mLayerState.mDensity); in LayerDrawable()
146 mLayerState.mChildrenChangingConfigurations |= child.getChangingConfigurations(); in LayerDrawable()
149 mLayerState.mNumChildren = length; in LayerDrawable()
150 mLayerState.mChildren = r; in LayerDrawable()
165 mLayerState = createConstantState(state, res); in LayerDrawable()
166 if (mLayerState.mNumChildren > 0) { in LayerDrawable()
184 final LayerState state = mLayerState; in inflate()
209 final LayerState state = mLayerState; in applyTheme()
249 final LayerState state = mLayerState; in inflateLayers()
[all …]
DAdaptiveIconDrawable.java126 LayerState mLayerState; field in AdaptiveIconDrawable
153 mLayerState = createConstantState(state, res); in AdaptiveIconDrawable()
170 final ChildDrawable layer = new ChildDrawable(mLayerState.mDensity); in createChildDrawable()
173 mLayerState.mChildrenChangingConfigurations |= in createChildDrawable()
206 mLayerState.mChildren[index] = layer; in addLayer()
207 mLayerState.invalidateCache(); in addLayer()
216 final LayerState state = mLayerState; in inflate()
273 return mLayerState.mChildren[FOREGROUND_ID].mDrawable; in getForeground()
284 return mLayerState.mChildren[BACKGROUND_ID].mDrawable; in getBackground()
315 for (int i = 0, count = mLayerState.N_CHILDREN; i < count; i++) { in updateLayerBoundsInternal()
[all …]
DRippleDrawable.java652 final LayerState state = mLayerState; in getOutline()
803 final ChildDrawable[] array = mLayerState.mChildren; in getMaskType()
804 final int count = mLayerState.mNumChildren; in getMaskType()
817 final ChildDrawable[] array = mLayerState.mChildren; in drawContent()
818 final int count = mLayerState.mNumChildren; in drawContent()
968 mState = (RippleState) mLayerState; in mutate()
1042 mLayerState = mState; in RippleDrawable()
DTransitionDrawable.java206 final ChildDrawable[] array = mLayerState.mChildren; in draw()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputLayerTest.cpp53 EXPECT_CALL(*mLayer, getState()).WillRepeatedly(ReturnRef(mLayerState)); in OutputLayerTest()
66 impl::LayerCompositionState mLayerState; member in android::compositionengine::__anon5036059a0111::OutputLayerTest
117 mLayerState.frontEnd.geomActiveTransparentRegion = Region{}; in OutputLayerDisplayFrameTest()
118 mLayerState.frontEnd.geomLayerTransform = ui::Transform{TR_IDENT}; in OutputLayerDisplayFrameTest()
119 mLayerState.frontEnd.geomBufferSize = Rect{0, 0, 1920, 1080}; in OutputLayerDisplayFrameTest()
120 mLayerState.frontEnd.geomBufferUsesDisplayInverseTransform = false; in OutputLayerDisplayFrameTest()
121 mLayerState.frontEnd.geomCrop = Rect{0, 0, 1920, 1080}; in OutputLayerDisplayFrameTest()
122 mLayerState.frontEnd.geomLayerBounds = FloatRect{0.f, 0.f, 1920.f, 1080.f}; in OutputLayerDisplayFrameTest()
129 mLayerState.frontEnd.geomInverseLayerTransform = in calculateOutputDisplayFrame()
130 mLayerState.frontEnd.geomLayerTransform.inverse(); in calculateOutputDisplayFrame()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt20709 Landroid/graphics/drawable/AdaptiveIconDrawable;->mLayerState:Landroid/graphics/drawable/AdaptiveIc…