Searched refs:llWidth (Results 1 – 1 of 1) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | RoundRectangle.java | 29 public double llWidth; field in RoundRectangle 85 this.llWidth = dimensions[6] * scale; in RoundRectangle() 163 double insideBottomX0 = x0 + llWidth / 2d; in contains() 167 return isInsideCorner(x - insideBottomX0, y - insideLeftY1, llWidth / 2d, llHeight / 2d); in contains() 208 double maxLeftCornerWidth = Math.max(ulWidth, llWidth) / 2d; in intersects() 244 x = x + w - x0 - llWidth / 2d; in intersects() 246 return x > 0 || y < 0 || isInsideCorner(x, y, llWidth / 2d, llHeight / 2d); in intersects() 282 {0.0, 0.0, 1.0, -llHeight * ncv, 0.0, ncv * llWidth, 1.0, 0.0, 0.0, llWidth, 1.0, 0.0}, in getPathIterator()
|