Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java852 boolean hasAlertWindowSurfaces(DisplayContent displayContent) { in hasAlertWindowSurfaces() method in Session
H A DDisplayRotation.java763 || mDisplayContent.hasAlertWindowSurfaces()) { in shouldRotateSeamlessly()
H A DDisplayContent.java4058 boolean hasAlertWindowSurfaces() { in hasAlertWindowSurfaces() method in DisplayContent
4060 if (mWmService.mSessions.valueAt(i).hasAlertWindowSurfaces(this)) { in hasAlertWindowSurfaces()
H A DTransition.java2981 if (dc.hasAlertWindowSurfaces()) { in getChangeFlags()