Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java1760 final WindowToken prevRotatedLaunchingApp = mFixedRotationLaunchingApp; in setFixedRotationLaunchingApp() local
1761 if (prevRotatedLaunchingApp == r in setFixedRotationLaunchingApp()
1766 if (prevRotatedLaunchingApp != null in setFixedRotationLaunchingApp()
1767 && prevRotatedLaunchingApp.getWindowConfiguration().getRotation() == rotation in setFixedRotationLaunchingApp()
1769 && prevRotatedLaunchingApp.isAnimating(TRANSITION | PARENTS)) { in setFixedRotationLaunchingApp()
1774 r.linkFixedRotationTransform(prevRotatedLaunchingApp); in setFixedRotationLaunchingApp()
1788 if (prevRotatedLaunchingApp != null) { in setFixedRotationLaunchingApp()
1789 prevRotatedLaunchingApp.finishFixedRotationTransform(); in setFixedRotationLaunchingApp()