Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DRoundRectangle.java213 Zone x1class = classify(x + w, x0, maxLeftCornerWidth, x1, maxRightCornerWidth); in intersects() local
219 || x1class == Zone.MIDDLE in intersects()
225 if ((close.contains(x0class) && far.contains(x1class)) in intersects()
236 if (x1class == Zone.CLOSE_INSIDE && y1class == Zone.CLOSE_INSIDE) { in intersects()
242 if (x1class == Zone.CLOSE_INSIDE) { in intersects()