Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java1680 final WindowToken prevRotatedLaunchingApp = mFixedRotationLaunchingApp; in setFixedRotationLaunchingApp() local
1681 if (prevRotatedLaunchingApp == r in setFixedRotationLaunchingApp()
1686 if (prevRotatedLaunchingApp != null in setFixedRotationLaunchingApp()
1687 && prevRotatedLaunchingApp.getWindowConfiguration().getRotation() == rotation in setFixedRotationLaunchingApp()
1689 && prevRotatedLaunchingApp.isAnimating(TRANSITION | PARENTS)) { in setFixedRotationLaunchingApp()
1694 r.linkFixedRotationTransform(prevRotatedLaunchingApp); in setFixedRotationLaunchingApp()
1708 if (prevRotatedLaunchingApp != null) { in setFixedRotationLaunchingApp()
1709 prevRotatedLaunchingApp.finishFixedRotationTransform(); in setFixedRotationLaunchingApp()