Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DRoundRectangle.java215 Zone y1class = classify(y + h, y0, maxUpperCornerHeight, y1, maxLowerCornerHeight); in intersects() local
221 || y1class == Zone.MIDDLE) { in intersects()
226 || (close.contains(y0class) && far.contains(y1class))) { in intersects()
236 if (x1class == Zone.CLOSE_INSIDE && y1class == Zone.CLOSE_INSIDE) { in intersects()
248 if (y1class == Zone.CLOSE_INSIDE) { in intersects()