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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1631 private static final int STROKE_COLOR_INDEX = 1; field in class:VectorDrawable.VFullPath
1650 put("strokeColor", STROKE_COLOR_INDEX);
1897 int strokeColor = properties.getInt(STROKE_COLOR_INDEX * 4);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java184 properties.putInt(VFullPath_Delegate.STROKE_COLOR_INDEX * 4, path.getStrokeColor());
551 private static final int STROKE_COLOR_INDEX = 1; field in class:VectorDrawable_Delegate.VFullPath_Delegate
595 case STROKE_COLOR_INDEX:

Completed in 14 milliseconds