Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DRoundRectangle.java211 double maxLowerCornerHeight = Math.max(llHeight, lrHeight) / 2d; in intersects() local
214 Zone y0class = classify(y, y0, maxUpperCornerHeight, y1, maxLowerCornerHeight); in intersects()
215 Zone y1class = classify(y + h, y0, maxUpperCornerHeight, y1, maxLowerCornerHeight); in intersects()