Searched refs:assertBlur (Results 1 – 1 of 1) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | BlurTests.java | 357 assertBlur(screenshot, BLUR_BEHIND_PX, 0, windowFrame.top); in assertBlurBehind() 358 assertBlur(screenshot, BLUR_BEHIND_PX, windowFrame.bottom, screenshot.getHeight()); in assertBlurBehind() 362 assertBlur(screenshot, BACKGROUND_BLUR_PX, windowFrame.top, windowFrame.bottom); in assertBackgroundBlur() 368 assertBlur(screenshot, BACKGROUND_BLUR_PX + ((int) (BLUR_BEHIND_PX*0.5f)), in assertBackgroundBlurOverBlurBehind() 406 private static void assertBlur(Bitmap screenshot, int blurRadius, int startHeight, in assertBlur() method in BlurTests
|