Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DLetterboxTest.java208 verify(mTransaction).setAlpha(mSurfaces.fullWindowSurface, mDarkScrimAlpha); in testNeedsApplySurfaceChanges_wallpaperBackgroundRequested()
232 assertNull(mSurfaces.fullWindowSurface); in testApplySurfaceChanges_cornersNotRounded_surfaceFullWindowSurfaceNotCreated()
241 assertNotNull(mSurfaces.fullWindowSurface); in testApplySurfaceChanges_cornersRounded_surfaceFullWindowSurfaceCreated()
250 assertNotNull(mSurfaces.fullWindowSurface); in testApplySurfaceChanges_wallpaperBackground_surfaceFullWindowSurfaceCreated()
283 public SurfaceControl fullWindowSurface; field in LetterboxTest.SurfaceControlMocker
315 fullWindowSurface = control; in get()