Searched refs:NO_BLUR_BACKGROUND_COLOR (Results 1 – 1 of 1) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | BlurTests.java | 70 private static final int NO_BLUR_BACKGROUND_COLOR = Color.BLACK; field in BlurTests 119 extraInt(EXTRA_NO_BLUR_BACKGROUND_COLOR, NO_BLUR_BACKGROUND_COLOR)); in testBlurBehindSimple() 165 extraInt(EXTRA_NO_BLUR_BACKGROUND_COLOR, NO_BLUR_BACKGROUND_COLOR)); in testBackgroundBlurActivatesFallbackDynamically() 191 extraInt(EXTRA_NO_BLUR_BACKGROUND_COLOR, NO_BLUR_BACKGROUND_COLOR)); in testBlurBehindDisabledDynamically() 217 extraInt(EXTRA_NO_BLUR_BACKGROUND_COLOR, NO_BLUR_BACKGROUND_COLOR), in testBlurBehindAndBackgroundBlur() 254 extraInt(EXTRA_NO_BLUR_BACKGROUND_COLOR, NO_BLUR_BACKGROUND_COLOR), in testBlurDestroyedAfterActivityFinished() 401 NO_BLUR_BACKGROUND_COLOR, screenshot.getPixel(x, y), 0); in assertNoBackgroundBlur()
|