Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DBlurTests.java77 private Rect mBackgroundActivityBounds; field in BlurTests
114 mBackgroundActivityBounds = act.getBounds(); in setUp()
123 mBackgroundActivityBounds); in setUp()
126 mPixelTestBounds = new Rect(mBackgroundActivityBounds); in setUp()
656 final int solidColorWidth = mBackgroundActivityBounds.width() / 2; in assertNoBlurBehind()
660 if ((x - mBackgroundActivityBounds.left) < solidColorWidth) { in assertNoBlurBehind()
662 } else if ((mBackgroundActivityBounds.right - x) <= solidColorWidth) { in assertNoBlurBehind()