Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DBlurTests.java111 final Rect windowFrame = getWindowFrame(BLUR_ACTIVITY); in testBackgroundBlurSimple()
122 final Rect windowFrame = getWindowFrame(BLUR_ACTIVITY); in testBlurBehindSimple()
166 final Rect windowFrame = getWindowFrame(BLUR_ACTIVITY); in testBackgroundBlurActivatesFallbackDynamically()
192 final Rect windowFrame = getWindowFrame(BLUR_ACTIVITY); in testBlurBehindDisabledDynamically()
219 final Rect windowFrame = getWindowFrame(BLUR_ACTIVITY); in testBlurBehindAndBackgroundBlur()
243 final Rect windowFrame = getWindowFrame(BLUR_ATTRIBUTES_ACTIVITY); in testBlurBehindAndBackgroundBlurSetWithAttributes()
256 final Rect windowFrame = getWindowFrame(BLUR_ACTIVITY); in testBlurDestroyedAfterActivityFinished()
330 private Rect getWindowFrame(ComponentName activityName) { in getWindowFrame() method in BlurTests