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

/frameworks/base/graphics/java/android/graphics/
H A DPaint.java46 private static final Cap[] sCapArray = {
47 Cap.BUTT, Cap.ROUND, Cap.SQUARE
107 * The Cap specifies the treatment for the beginning and ending of
110 public enum Cap { enum in class:Paint
126 private Cap(int nativeInt) { method in class:Paint.Cap
538 * Return the paint's Cap, controlling how the start and end of stroked
544 public Cap getStrokeCap() {
549 * Set the paint's Cap
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint.java47 private Cap mCap = Cap.BUTT;
108 * The Cap specifies the treatment for the beginning and ending of
111 public enum Cap { enum in class:Paint
127 private Cap(int nativeInt) { method in class:Paint.Cap
626 public void setStrokeCap(android.graphics._Original_Paint.Cap cap) {
630 public void setStrokeCap(Cap cap) {
634 public Cap getStrokeCap() {

Completed in 6 milliseconds