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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1633 private static final int FILL_COLOR_INDEX = 3; field in class:VectorDrawable.VFullPath
1652 put("fillColor", FILL_COLOR_INDEX);
1899 int fillColor = properties.getInt(FILL_COLOR_INDEX * 4);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java186 properties.putInt(VFullPath_Delegate.FILL_COLOR_INDEX * 4, path.getFillColor());
553 private static final int FILL_COLOR_INDEX = 3; field in class:VectorDrawable_Delegate.VFullPath_Delegate
597 case FILL_COLOR_INDEX:

Completed in 730 milliseconds