Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java797 boolean hasAlertWindowSurfaces(DisplayContent displayContent) { in hasAlertWindowSurfaces() method in Session
H A DDisplayRotation.java701 || mDisplayContent.hasAlertWindowSurfaces()) { in shouldRotateSeamlessly()
H A DTransition.java1341 if (dc.hasAlertWindowSurfaces()) { in getChangeFlags()
H A DDisplayContent.java3753 boolean hasAlertWindowSurfaces() { in hasAlertWindowSurfaces() method in DisplayContent
3755 if (mWmService.mSessions.valueAt(i).hasAlertWindowSurfaces(this)) { in hasAlertWindowSurfaces()
/aosp12/frameworks/base/services/
H A Dart-profile45755 PLcom/android/server/wm/DisplayContent;->hasAlertWindowSurfaces()Z
47889 PLcom/android/server/wm/Session;->hasAlertWindowSurfaces(Lcom/android/server/wm/DisplayContent;)Z