Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DRoundRectangle.java47 CLOSE_INSIDE, enumConstant
53 private final EnumSet<Zone> close = EnumSet.of(Zone.CLOSE_OUTSIDE, Zone.CLOSE_INSIDE);
199 return Zone.CLOSE_INSIDE; in classify()
247 if (x1class == Zone.CLOSE_INSIDE && y1class == Zone.CLOSE_INSIDE) { in intersects()
253 if (x1class == Zone.CLOSE_INSIDE) { in intersects()
259 if (y1class == Zone.CLOSE_INSIDE) { in intersects()