Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DRoundRectangle.java41 public double lrHeight; field in RoundRectangle
97 this.lrHeight = dimensions[5] * scale; in RoundRectangle()
170 double insideRightY1 = y1 - lrHeight / 2d; in contains()
174 lrHeight / 2d); in contains()
225 double maxLowerCornerHeight = Math.max(llHeight, lrHeight) / 2d; in intersects()
267 y = y - y1 + lrHeight / 2d; in intersects()
268 return x < 0 || y < 0 || isInsideCorner(x, y, lrWidth / 2d, lrHeight / 2d); in intersects()
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()
300 -lrHeight}, in getPathIterator()