Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DRoundRectangle.java24 public double ulHeight; field in RoundRectangle
80 this.ulHeight = dimensions[1] * scale; in RoundRectangle()
143 double insideLeftY0 = y0 + ulHeight / 2d; in contains()
146 return isInsideCorner(x - insideTopX0, y - insideLeftY0, ulWidth / 2d, ulHeight / 2d); in contains()
210 double maxUpperCornerHeight = Math.max(ulHeight, urHeight) / 2d; in intersects()
239 y = y + h - y0 - ulHeight / 2d; in intersects()
240 return x > 0 || y > 0 || isInsideCorner(x, y, ulWidth / 2d, ulHeight / 2d); in intersects()
280 {0.0, 0.0, 0.0, ulHeight}, in getPathIterator()
288 {0.0, ncv * ulWidth, 0.0, 0.0, 0.0, 0.0, 0.0, ncv * ulHeight, 0.0, 0.0, 0.0, ulHeight}, in getPathIterator()