Searched refs:urHeight (Results 1 – 1 of 1) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | RoundRectangle.java | 26 public double urHeight; field in RoundRectangle 82 this.urHeight = dimensions[3] * scale; in RoundRectangle() 150 double insideRightY0 = y0 + urHeight / 2d; in contains() 153 return isInsideCorner(x - insideTopX1, y - insideRightY0, urWidth / 2d, urHeight / 2d); in contains() 210 double maxUpperCornerHeight = Math.max(ulHeight, urHeight) / 2d; in intersects() 251 y = y + h - y0 - urHeight / 2d; in intersects() 252 return x < 0 || y > 0 || isInsideCorner(x, y, urWidth / 2d, urHeight / 2d); in intersects() 285 {1.0, 0.0, 0.0, urHeight}, in getPathIterator() 286 {1.0, 0.0, 0.0, ncv * urHeight, 1.0, -urWidth * ncv, 0.0, 0.0, 1.0, -urWidth, 0.0, 0.0}, in getPathIterator()
|