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.java3233 SurfaceControl mBoostedAppAnimationLayer = null; field in DisplayContent.TaskStackContainers
3638 if (mBoostedAppAnimationLayer != null) { in assignStackOrdering()
3639 t.setLayer(mBoostedAppAnimationLayer, layerForBoostedAnimationLayer); in assignStackOrdering()
3650 return mBoostedAppAnimationLayer; in getAppAnimationLayer()
3670 mBoostedAppAnimationLayer = makeChildSurface(null) in onParentSet()
3681 .show(mBoostedAppAnimationLayer) in onParentSet()
3688 mBoostedAppAnimationLayer.destroy(); in onParentSet()
3689 mBoostedAppAnimationLayer = null; in onParentSet()