Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DBlurTests.java656 final int solidColorWidth = mBackgroundActivityBounds.width() / 2; in assertNoBlurBehind() local
660 if ((x - mBackgroundActivityBounds.left) < solidColorWidth) { in assertNoBlurBehind()
662 } else if ((mBackgroundActivityBounds.right - x) <= solidColorWidth) { in assertNoBlurBehind()