Searched refs:lrWidth (Results 1 – 1 of 1) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | RoundRectangle.java | 27 public double lrWidth; field in RoundRectangle 83 this.lrWidth = dimensions[4] * scale; in RoundRectangle() 156 double insideBottomX1 = x1 - lrWidth / 2d; in contains() 160 return isInsideCorner(x - insideBottomX1, y - insideRightY1, lrWidth / 2d, lrHeight / 2d); in contains() 209 double maxRightCornerWidth = Math.max(urWidth, lrWidth) / 2d; in intersects() 255 x = x - x1 + lrWidth / 2d; in intersects() 257 return x < 0 || y < 0 || isInsideCorner(x, y, lrWidth / 2d, lrHeight / 2d); in intersects() 283 {1.0, -lrWidth, 1.0, 0.0}, in getPathIterator() 284 {1.0, -lrWidth * ncv, 1.0, 0.0, 1.0, 0.0, 1.0, -lrHeight * ncv, 1.0, 0.0, 1.0, -lrHeight}, in getPathIterator()
|