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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1639 private static final int STROKE_LINE_JOIN_INDEX = 9; field in class:VectorDrawable.VFullPath
1905 int strokeLineJoin = properties.getInt(STROKE_LINE_JOIN_INDEX * 4);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java193 properties.putInt(VFullPath_Delegate.STROKE_LINE_JOIN_INDEX * 4, path.getStrokeLineJoin());
559 private static final int STROKE_LINE_JOIN_INDEX = 9; field in class:VectorDrawable_Delegate.VFullPath_Delegate

Completed in 741 milliseconds