Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java556 private ActivityRecord mFixedRotationLaunchingApp; field in DisplayContent
1349 if (activity == mFixedRotationLaunchingApp) { in removeAppToken()
1723 return mFixedRotationLaunchingApp != null in hasTopFixedRotationLaunchingApp()
1729 return mFixedRotationLaunchingApp == r; in isFixedRotationLaunchingApp()
1752 mFixedRotationLaunchingApp = r; in setFixedRotationLaunchingAppUnchecked()
1798 if (mFixedRotationLaunchingApp == null) { in continueUpdateOrientationForDiffOrienLaunchingApp()
1825 if (mFixedRotationLaunchingApp == null) { in clearFixedRotationLaunchingApp()
1912 if (mFixedRotationLaunchingApp != null) { in notifyInsetsChanged()
2613 if (mFixedRotationLaunchingApp != null && !mFixedRotationLaunchingApp.mVisibleRequested in onAppTransitionDone()
3350 if (mFixedRotationLaunchingApp != null) { in dump()
[all …]