Searched refs:prevRotatedLaunchingApp (Results 1 – 1 of 1) sorted by relevance
1982 final ActivityRecord prevRotatedLaunchingApp = mFixedRotationLaunchingApp; in setFixedRotationLaunchingApp() local1983 if (prevRotatedLaunchingApp == r in setFixedRotationLaunchingApp()1988 if (prevRotatedLaunchingApp != null in setFixedRotationLaunchingApp()1989 && prevRotatedLaunchingApp.getWindowConfiguration().getRotation() == rotation in setFixedRotationLaunchingApp()1991 && (prevRotatedLaunchingApp.isInTransition())) { in setFixedRotationLaunchingApp()1996 r.linkFixedRotationTransform(prevRotatedLaunchingApp); in setFixedRotationLaunchingApp()2010 if (prevRotatedLaunchingApp != null) { in setFixedRotationLaunchingApp()2011 prevRotatedLaunchingApp.finishFixedRotationTransform(); in setFixedRotationLaunchingApp()