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.java4095 SurfaceControl mBoostedAppAnimationLayer = null; field in DisplayContent.TaskStackContainers
4534 if (mBoostedAppAnimationLayer != null) { in assignStackOrdering()
4535 t.setLayer(mBoostedAppAnimationLayer, layerForBoostedAnimationLayer); in assignStackOrdering()
4546 return mBoostedAppAnimationLayer; in getAppAnimationLayer()
4566 mBoostedAppAnimationLayer = makeChildSurface(null) in onParentChanged()
4577 .show(mBoostedAppAnimationLayer) in onParentChanged()
4584 mBoostedAppAnimationLayer.remove(); in onParentChanged()
4585 mBoostedAppAnimationLayer = null; in onParentChanged()