Searched refs:ulHeight (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | RoundRectangle.java | 37 public double ulHeight; field in RoundRectangle 95 this.ulHeight = dimensions[1] * scale; in RoundRectangle() 158 double insideLeftY0 = y0 + ulHeight / 2d; in contains() 161 return isInsideCorner(x - insideTopX0, y - insideLeftY0, ulWidth / 2d, ulHeight / 2d); in contains() 226 double maxUpperCornerHeight = Math.max(ulHeight, urHeight) / 2d; in intersects() 252 y = y + h - y0 - ulHeight / 2d; in intersects() 253 return x > 0 || y > 0 || isInsideCorner(x, y, ulWidth / 2d, ulHeight / 2d); in intersects() 296 {0.0, 0.0, 0.0, ulHeight}, in getPathIterator() 307 {0.0, ncv * ulWidth, 0.0, 0.0, 0.0, 0.0, 0.0, ncv * ulHeight, 0.0, 0.0, 0.0, in getPathIterator() 308 ulHeight}, in getPathIterator()
|