Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java4106 SurfaceControl mAppAnimationLayer = null; field in DisplayContent.TaskStackContainers
4543 if (mAppAnimationLayer != null) { in assignStackOrdering()
4544 t.setLayer(mAppAnimationLayer, layerForAnimationLayer); in assignStackOrdering()
4563 return mAppAnimationLayer; in getAppAnimationLayer()
4575 mAppAnimationLayer = makeChildSurface(null) in onParentChanged()
4588 .show(mAppAnimationLayer) in onParentChanged()
4595 .remove(mAppAnimationLayer) in onParentChanged()
4600 mAppAnimationLayer = null; in onParentChanged()