Searched refs:ulHeight (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRoundRectangle.java37 public double ulHeight; field in class:RoundRectangle
95 this.ulHeight = dimensions[1] * scale;
158 double insideLeftY0 = y0 + ulHeight / 2d;
161 return isInsideCorner(x - insideTopX0, y - insideLeftY0, ulWidth / 2d, ulHeight / 2d);
226 double maxUpperCornerHeight = Math.max(ulHeight, urHeight) / 2d;
252 y = y + h - y0 - ulHeight / 2d;
253 return x > 0 || y > 0 || isInsideCorner(x, y, ulWidth / 2d, ulHeight / 2d);
296 {0.0, 0.0, 0.0, ulHeight},
307 {0.0, ncv * ulWidth, 0.0, 0.0, 0.0, 0.0, 0.0, ncv * ulHeight, 0.0, 0.0, 0.0,
308 ulHeight},
[all...]

Completed in 31 milliseconds