Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowStateAnimator.java252 if (activity == null || activity.canShowWindows() in commitFinishDrawingLocked()
H A DActivityRecord.java4703 boolean canShowWindows() { in canShowWindows() method in ActivityRecord
6878 if (!getDisplayContent().mOpeningApps.contains(this) && canShowWindows()) { in checkAppWindowsReadyToShow()
H A DDisplayContent.java800 if (activity == null || activity.canShowWindows()) {
/aosp14/frameworks/base/services/
H A Dart-profile10459 HSPLcom/android/server/wm/ActivityRecord;->canShowWindows()Z