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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1841 nSetFillColor(mNativePtr, newFillColor);
2026 nSetFillColor(mNativePtr, mFillColors.getDefaultColor());
2092 nSetFillColor(mNativePtr, fillColor);
2274 private static native void nSetFillColor(long pathPtr, int fillColor); method in class:VectorDrawable
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java447 static void nSetFillColor(long pathPtr, int fillColor) { method in class:VectorDrawable_Delegate

Completed in 44 milliseconds