Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DRoundRectangle.java38 public double urWidth; field in RoundRectangle
94 this.urWidth = dimensions[2] * scale; in RoundRectangle()
162 double insideTopX1 = x1 - urWidth / 2d; in contains()
166 return isInsideCorner(x - insideTopX1, y - insideRightY0, urWidth / 2d, urHeight / 2d); in contains()
223 double maxRightCornerWidth = Math.max(urWidth, lrWidth) / 2d; in intersects()
261 x = x - x1 + urWidth / 2d; in intersects()
263 return x < 0 || y > 0 || isInsideCorner(x, y, urWidth / 2d, urHeight / 2d); in intersects()
302 {1.0, 0.0, 0.0, ncv * urHeight, 1.0, -urWidth * ncv, 0.0, 0.0, 1.0, -urWidth, in getPathIterator()