Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DRoundRectangle.java30 public double llHeight; field in RoundRectangle
86 this.llHeight = dimensions[7] * scale; in RoundRectangle()
164 double insideLeftY1 = y1 - llHeight / 2d; in contains()
167 return isInsideCorner(x - insideBottomX0, y - insideLeftY1, llWidth / 2d, llHeight / 2d); in contains()
211 double maxLowerCornerHeight = Math.max(llHeight, lrHeight) / 2d; in intersects()
245 y = y - y1 + llHeight / 2d; in intersects()
246 return x > 0 || y < 0 || isInsideCorner(x, y, llWidth / 2d, llHeight / 2d); in intersects()
281 {0.0, 0.0, 1.0, -llHeight}, in getPathIterator()
282 {0.0, 0.0, 1.0, -llHeight * ncv, 0.0, ncv * llWidth, 1.0, 0.0, 0.0, llWidth, 1.0, 0.0}, in getPathIterator()