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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRoundRectangle.java39 public double urHeight; field in class:RoundRectangle
97 this.urHeight = dimensions[3] * scale;
165 double insideRightY0 = y0 + urHeight / 2d;
168 return isInsideCorner(x - insideTopX1, y - insideRightY0, urWidth / 2d, urHeight / 2d);
226 double maxUpperCornerHeight = Math.max(ulHeight, urHeight) / 2d;
264 y = y + h - y0 - urHeight / 2d;
265 return x < 0 || y > 0 || isInsideCorner(x, y, urWidth / 2d, urHeight / 2d);
303 {1.0, 0.0, 0.0, urHeight},
304 {1.0, 0.0, 0.0, ncv * urHeight, 1.0, -urWidth * ncv, 0.0, 0.0, 1.0, -urWidth,

Completed in 25 milliseconds