Searched refs:ulWidth (Results 1 – 1 of 1) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | RoundRectangle.java | 23 public double ulWidth; field in RoundRectangle 79 this.ulWidth = dimensions[0] * scale; in RoundRectangle() 142 double insideTopX0 = x0 + ulWidth / 2d; in contains() 146 return isInsideCorner(x - insideTopX0, y - insideLeftY0, ulWidth / 2d, ulHeight / 2d); in contains() 208 double maxLeftCornerWidth = Math.max(ulWidth, llWidth) / 2d; in intersects() 238 x = x + w - x0 - ulWidth / 2d; in intersects() 240 return x > 0 || y > 0 || isInsideCorner(x, y, ulWidth / 2d, ulHeight / 2d); in intersects() 287 {0.0, ulWidth, 0.0, 0.0}, 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()
|