Home
last modified time | relevance | path

Searched refs:STROKE_LINE_JOIN_INDEX (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java180 properties.putInt(VFullPath_Delegate.STROKE_LINE_JOIN_INDEX * 4, path.getStrokeLineJoin()); in nGetFullPathProperties()
535 private static final int STROKE_LINE_JOIN_INDEX = 9; field in VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1411 private static final int STROKE_LINE_JOIN_INDEX = 9; field in VectorDrawable.VFullPath
1537 int strokeLineJoin = properties.getInt(STROKE_LINE_JOIN_INDEX * 4); in updateStateFromTypedArray()