Searched refs:prevRotatedLaunchingApp (Results 1 – 1 of 1) sorted by relevance
1680 final WindowToken prevRotatedLaunchingApp = mFixedRotationLaunchingApp; in setFixedRotationLaunchingApp() local1681 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()