Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
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()
288 public SurfaceControl fullWindowSurface; field in LetterboxTest.SurfaceControlMocker
320 fullWindowSurface = control; in get()