Searched refs:windowlessSurface (Results 1 – 5 of 5) sorted by relevance
94 public boolean windowlessSurface; field in StartingWindowRemovalInfo121 windowlessSurface = source.readBoolean(); in readFromParcel()133 dest.writeBoolean(windowlessSurface); in writeToParcel()144 + " windowlessSurface=" + windowlessSurface in toString()
60 final boolean windowlessSurface = (parameter & TYPE_PARAMETER_WINDOWLESS) != 0; in getSuggestedWindowType()76 isSolidColorSplashScreen, legacySplashScreen, activityDrawn, windowlessSurface, in getSuggestedWindowType()79 if (windowlessSurface) { in getSuggestedWindowType()
222 if (!removalInfo.windowlessSurface) { in removeStartingWindow()
130 if (removalInfo.windowlessSurface) { in removeStartingWindow()
766 removalInfo.windowlessSurface = true; in removeWindowlessStartingSurface()