Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java2549 SurfaceControl getAppAnimationLayer(@AnimationLayer int animationLayer) { in getAppAnimationLayer() method in WindowContainer
2552 return parent.getAppAnimationLayer(animationLayer); in getAppAnimationLayer()
DTaskDisplayArea.java937 SurfaceControl getAppAnimationLayer(@AnimationLayer int animationLayer) {
DActivityRecord.java6542 SurfaceControl getAppAnimationLayer() { in getAppAnimationLayer() method in ActivityRecord
6543 return getAppAnimationLayer(isActivityTypeHome() ? ANIMATION_LAYER_HOME in getAppAnimationLayer()