Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DLetterboxTest.java58 private boolean mHasWallpaperBackground = false; field in LetterboxTest
68 () -> mHasWallpaperBackground, () -> mBlurRadius, () -> mDarkScrimAlpha, in setUp()
203 mHasWallpaperBackground = true; in testNeedsApplySurfaceChanges_wallpaperBackgroundRequested()
246 mHasWallpaperBackground = true; in testApplySurfaceChanges_wallpaperBackground_surfaceFullWindowSurfaceCreated()
/frameworks/base/services/core/java/com/android/server/wm/
DLetterbox.java363 private boolean mHasWallpaperBackground; field in Letterbox.LetterboxSurface
444 mHasWallpaperBackground = mHasWallpaperBackgroundSupplier.getAsBoolean(); in applySurfaceChanges()
458 if (!mHasWallpaperBackground) { in updateAlphaAndBlur()
492 && (mHasWallpaperBackgroundSupplier.getAsBoolean() != mHasWallpaperBackground in needsApplySurfaceChanges()