Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DRoundRectangle.java209 double maxRightCornerWidth = Math.max(urWidth, lrWidth) / 2d; in intersects() local
212 Zone x0class = classify(x, x0, maxLeftCornerWidth, x1, maxRightCornerWidth); in intersects()
213 Zone x1class = classify(x + w, x0, maxLeftCornerWidth, x1, maxRightCornerWidth); in intersects()