Searched refs:getWindowFrame (Results 1 – 1 of 1) sorted by relevance
111 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