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

/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DRectShadowPainter.java98 drawCorner(canvas, cornerPaint, path, inset.right, inset.bottom, outerArcRadius, 0);
99 drawCorner(canvas, cornerPaint, path, inset.left, inset.bottom, outerArcRadius, 1);
100 drawCorner(canvas, cornerPaint, path, inset.left, inset.top, outerArcRadius, 2);
101 drawCorner(canvas, cornerPaint, path, inset.right, inset.top, outerArcRadius, 3);
152 private static void drawCorner(Canvas canvas, Paint paint, Path path, float x, float y, method in class:RectShadowPainter
/frameworks/base/core/java/android/view/
H A DViewGroup.java3346 private static void drawCorner(Canvas c, Paint paint, int x1, int y1, int dx, int dy, int lw) { method in class:ViewGroup
3358 drawCorner(canvas, paint, x1, y1, lineLength, lineLength, lineWidth);
3359 drawCorner(canvas, paint, x1, y2, lineLength, -lineLength, lineWidth);
3360 drawCorner(canvas, paint, x2, y1, -lineLength, lineLength, lineWidth);
3361 drawCorner(canvas, paint, x2, y2, -lineLength, -lineLength, lineWidth);

Completed in 551 milliseconds