Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java173 properties.putInt(VFullPath_Delegate.FILL_COLOR_INDEX * 4, path.getFillColor()); in nGetFullPathProperties()
529 private static final int FILL_COLOR_INDEX = 3; field in VectorDrawable_Delegate.VFullPath_Delegate
571 case FILL_COLOR_INDEX: in getIntPropertySetter()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1600 private static final int FILL_COLOR_INDEX = 3; field in VectorDrawable.VFullPath
1619 put("fillColor", FILL_COLOR_INDEX);
1858 int fillColor = properties.getInt(FILL_COLOR_INDEX * 4); in updateStateFromTypedArray()