Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DRoundRectangle.java34 CLOSE_INSIDE, enumConstant
40 private final EnumSet<Zone> close = EnumSet.of(Zone.CLOSE_OUTSIDE, Zone.CLOSE_INSIDE);
184 return Zone.CLOSE_INSIDE; in classify()
236 if (x1class == Zone.CLOSE_INSIDE && y1class == Zone.CLOSE_INSIDE) { in intersects()
242 if (x1class == Zone.CLOSE_INSIDE) { in intersects()
248 if (y1class == Zone.CLOSE_INSIDE) { in intersects()