Searched refs:lrHeight (Results 1 – 1 of 1) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | RoundRectangle.java | 28 public double lrHeight; field in RoundRectangle 84 this.lrHeight = dimensions[5] * scale; in RoundRectangle() 157 double insideRightY1 = y1 - lrHeight / 2d; in contains() 160 return isInsideCorner(x - insideBottomX1, y - insideRightY1, lrWidth / 2d, lrHeight / 2d); in contains() 211 double maxLowerCornerHeight = Math.max(llHeight, lrHeight) / 2d; in intersects() 256 y = y - y1 + lrHeight / 2d; in intersects() 257 return x < 0 || y < 0 || isInsideCorner(x, y, lrWidth / 2d, lrHeight / 2d); in intersects() 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()
|