Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DRoundRectangle.java25 public double urWidth; field in RoundRectangle
81 this.urWidth = dimensions[2] * scale; in RoundRectangle()
149 double insideTopX1 = x1 - urWidth / 2d; in contains()
153 return isInsideCorner(x - insideTopX1, y - insideRightY0, urWidth / 2d, urHeight / 2d); in contains()
209 double maxRightCornerWidth = Math.max(urWidth, lrWidth) / 2d; in intersects()
250 x = x - x1 + urWidth / 2d; in intersects()
252 return x < 0 || y > 0 || isInsideCorner(x, y, urWidth / 2d, urHeight / 2d); in intersects()
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()