Searched defs:getAppAnimationLayer (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowContainer.java1156 SurfaceControl getAppAnimationLayer(@AnimationLayer int animationLayer) { method in class:WindowContainer
1159 return parent.getAppAnimationLayer(animationLayer);
H A DAppWindowToken.java1692 SurfaceControl getAppAnimationLayer() { method in class:AppWindowToken
1693 return getAppAnimationLayer(isActivityTypeHome() ? ANIMATION_LAYER_HOME
1705 return getAppAnimationLayer();
H A DDisplayContent.java3647 SurfaceControl getAppAnimationLayer(@AnimationLayer int animationLayer) { method in class:DisplayContent.TaskStackContainers

Completed in 256 milliseconds