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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRoundRectangle.java40 public double lrWidth; field in class:RoundRectangle
98 this.lrWidth = dimensions[4] * scale;
171 double insideBottomX1 = x1 - lrWidth / 2d;
175 return isInsideCorner(x - insideBottomX1, y - insideRightY1, lrWidth / 2d,
225 double maxRightCornerWidth = Math.max(urWidth, lrWidth) / 2d;
268 x = x - x1 + lrWidth / 2d;
270 return x < 0 || y < 0 || isInsideCorner(x, y, lrWidth / 2d, lrHeight / 2d);
300 {1.0, -lrWidth, 1.0, 0.0},
301 {1.0, -lrWidth * ncv, 1.0, 0.0, 1.0, 0.0, 1.0, -lrHeight * ncv, 1.0, 0.0, 1.0,

Completed in 77 milliseconds