Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java187 properties.putFloat(VFullPath_Delegate.FILL_ALPHA_INDEX * 4, path.getStrokeAlpha()); in nGetFullPathProperties()
554 private static final int FILL_ALPHA_INDEX = 4; field in VectorDrawable_Delegate.VFullPath_Delegate
578 case FILL_ALPHA_INDEX: in getFloatPropertySetter()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1641 private static final int FILL_ALPHA_INDEX = 4; field in VectorDrawable.VFullPath
1660 put("fillAlpha", FILL_ALPHA_INDEX);
1907 float fillAlpha = properties.getFloat(FILL_ALPHA_INDEX * 4); in updateStateFromTypedArray()