Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java601 private ActivityRecord mFixedRotationLaunchingApp; field in DisplayContent
1533 if (activity == mFixedRotationLaunchingApp) { in removeAppToken()
1923 return mFixedRotationLaunchingApp != null in hasTopFixedRotationLaunchingApp()
1929 return mFixedRotationLaunchingApp == r; in isFixedRotationLaunchingApp()
1956 mFixedRotationLaunchingApp = r; in setFixedRotationLaunchingAppUnchecked()
2002 if (mFixedRotationLaunchingApp == null) { in continueUpdateOrientationForDiffOrienLaunchingApp()
2029 if (mFixedRotationLaunchingApp == null) { in clearFixedRotationLaunchingApp()
2124 if (mFixedRotationLaunchingApp != null) { in notifyInsetsChanged()
2774 if (mFixedRotationLaunchingApp != null && !mFixedRotationLaunchingApp.isVisibleRequested() in onTransitionFinished()
3645 if (mFixedRotationLaunchingApp != null) { in dump()
[all …]