Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DRoundRectangle.java227 Zone x1class = classify(x + w, x0, maxLeftCornerWidth, x1, maxRightCornerWidth); in intersects() local
232 …if (x0class == Zone.MIDDLE || x1class == Zone.MIDDLE || y0class == Zone.MIDDLE || y1class == Zone.… in intersects()
236 if ((close.contains(x0class) && far.contains(x1class)) || (close.contains(y0class) && in intersects()
247 if (x1class == Zone.CLOSE_INSIDE && y1class == Zone.CLOSE_INSIDE) { in intersects()
253 if (x1class == Zone.CLOSE_INSIDE) { in intersects()