Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DActivityTransitionTests.java842 final double projectLength = Math.ceil(radius * projectionConst); in cropRoundedCornersRegions() local
843 innerRectangle.left = center.x - (int) projectLength; in cropRoundedCornersRegions()
844 innerRectangle.top = center.y - (int) projectLength; in cropRoundedCornersRegions()
849 final double projectLength = Math.ceil(radius * projectionConst); in cropRoundedCornersRegions() local
850 innerRectangle.right = center.x + (int) projectLength; in cropRoundedCornersRegions()
851 innerRectangle.bottom = center.y + (int) projectLength; in cropRoundedCornersRegions()