Searched defs:llHeight (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRoundRectangle.java43 public double llHeight; field in class:RoundRectangle
101 this.llHeight = dimensions[7] * scale;
180 double insideLeftY1 = y1 - llHeight / 2d;
184 llHeight / 2d);
227 double maxLowerCornerHeight = Math.max(llHeight, lrHeight) / 2d;
258 y = y - y1 + llHeight / 2d;
259 return x > 0 || y < 0 || isInsideCorner(x, y, llWidth / 2d, llHeight / 2d);
297 {0.0, 0.0, 1.0, -llHeight},
298 {0.0, 0.0, 1.0, -llHeight * ncv, 0.0, ncv * llWidth, 1.0, 0.0, 0.0, llWidth,

Completed in 50 milliseconds