Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java4107 SurfaceControl mBoostedAppAnimationLayer = null; field in DisplayContent.TaskStackContainers
4546 if (mBoostedAppAnimationLayer != null) { in assignStackOrdering()
4547 t.setLayer(mBoostedAppAnimationLayer, layerForBoostedAnimationLayer); in assignStackOrdering()
4558 return mBoostedAppAnimationLayer; in getAppAnimationLayer()
4578 mBoostedAppAnimationLayer = makeChildSurface(null) in onParentChanged()
4589 .show(mBoostedAppAnimationLayer) in onParentChanged()
4596 .remove(mBoostedAppAnimationLayer) in onParentChanged()
4601 mBoostedAppAnimationLayer = null; in onParentChanged()