Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowThumbnail.java171 return mAppToken.getAppAnimationLayer(); in getAnimationLeashParent()
DWindowContainer.java1156 SurfaceControl getAppAnimationLayer(@AnimationLayer int animationLayer) { in getAppAnimationLayer() method in WindowContainer
1159 return parent.getAppAnimationLayer(animationLayer); in getAppAnimationLayer()
DAppWindowToken.java1692 SurfaceControl getAppAnimationLayer() { in getAppAnimationLayer() method in AppWindowToken
1693 return getAppAnimationLayer(isActivityTypeHome() ? ANIMATION_LAYER_HOME in getAppAnimationLayer()
1705 return getAppAnimationLayer(); in getAnimationLeashParent()
DTask.java567 return getAppAnimationLayer(ANIMATION_LAYER_STANDARD); in getAnimationLeashParent()
DDisplayContent.java3647 SurfaceControl getAppAnimationLayer(@AnimationLayer int animationLayer) { in getAppAnimationLayer() method in DisplayContent.TaskStackContainers