Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/window/
H A DStartingWindowRemovalInfo.java94 public boolean windowlessSurface; field in StartingWindowRemovalInfo
121 windowlessSurface = source.readBoolean(); in readFromParcel()
133 dest.writeBoolean(windowlessSurface); in writeToParcel()
144 + " windowlessSurface=" + windowlessSurface in toString()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/phone/
H A DPhoneStartingWindowTypeAlgorithm.java60 final boolean windowlessSurface = (parameter & TYPE_PARAMETER_WINDOWLESS) != 0; in getSuggestedWindowType()
76 isSolidColorSplashScreen, legacySplashScreen, activityDrawn, windowlessSurface, in getSuggestedWindowType()
79 if (windowlessSurface) { in getSuggestedWindowType()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DStartingWindowController.java222 if (!removalInfo.windowlessSurface) { in removeStartingWindow()
H A DStartingSurfaceDrawer.java130 if (removalInfo.windowlessSurface) { in removeStartingWindow()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskOrganizerController.java766 removalInfo.windowlessSurface = true; in removeWindowlessStartingSurface()