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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1638 private static final int STROKE_LINE_CAP_INDEX = 8; field in class:VectorDrawable.VFullPath
1904 int strokeLineCap = properties.getInt(STROKE_LINE_CAP_INDEX * 4);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java192 properties.putInt(VFullPath_Delegate.STROKE_LINE_CAP_INDEX * 4, path.getStrokeLineCap());
558 private static final int STROKE_LINE_CAP_INDEX = 8; field in class:VectorDrawable_Delegate.VFullPath_Delegate

Completed in 61 milliseconds