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.java1982 final ActivityRecord prevRotatedLaunchingApp = mFixedRotationLaunchingApp; in setFixedRotationLaunchingApp() local
1983 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()