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