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.java3232 SurfaceControl mAppAnimationLayer = null; field in DisplayContent.TaskStackContainers
3635 if (mAppAnimationLayer != null) { in assignStackOrdering()
3636 t.setLayer(mAppAnimationLayer, layerForAnimationLayer); in assignStackOrdering()
3655 return mAppAnimationLayer; in getAppAnimationLayer()
3667 mAppAnimationLayer = makeChildSurface(null) in onParentSet()
3680 .show(mAppAnimationLayer) in onParentSet()
3686 mAppAnimationLayer.destroy(); in onParentSet()
3687 mAppAnimationLayer = null; in onParentSet()