Searched refs:ulWidth (Results 1 – 1 of 1) sorted by relevance
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | RoundRectangle.java | 36 public double ulWidth; field in RoundRectangle 92 this.ulWidth = dimensions[0] * scale; in RoundRectangle() 155 double insideTopX0 = x0 + ulWidth / 2d; in contains() 159 return isInsideCorner(x - insideTopX0, y - insideLeftY0, ulWidth / 2d, ulHeight / 2d); in contains() 222 double maxLeftCornerWidth = Math.max(ulWidth, llWidth) / 2d; in intersects() 249 x = x + w - x0 - ulWidth / 2d; in intersects() 251 return x > 0 || y > 0 || isInsideCorner(x, y, ulWidth / 2d, ulHeight / 2d); in intersects() 304 {0.0, ulWidth, 0.0, 0.0}, in getPathIterator() 305 {0.0, ncv * ulWidth, 0.0, 0.0, 0.0, 0.0, 0.0, ncv * ulHeight, 0.0, 0.0, 0.0, in getPathIterator()
|