Searched refs:lrWidth (Results 1 – 1 of 1) sorted by relevance
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | RoundRectangle.java | 40 public double lrWidth; field in RoundRectangle 96 this.lrWidth = dimensions[4] * scale; in RoundRectangle() 169 double insideBottomX1 = x1 - lrWidth / 2d; in contains() 173 return isInsideCorner(x - insideBottomX1, y - insideRightY1, lrWidth / 2d, in contains() 223 double maxRightCornerWidth = Math.max(urWidth, lrWidth) / 2d; in intersects() 266 x = x - x1 + lrWidth / 2d; in intersects() 268 return x < 0 || y < 0 || isInsideCorner(x, y, lrWidth / 2d, lrHeight / 2d); in intersects() 298 {1.0, -lrWidth, 1.0, 0.0}, in getPathIterator() 299 {1.0, -lrWidth * ncv, 1.0, 0.0, 1.0, 0.0, 1.0, -lrHeight * ncv, 1.0, 0.0, 1.0, in getPathIterator()
|