Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1947 nSetStrokeColor(mNativePtr, newStrokeColor); in onStateChange()
2151 nSetStrokeColor(mNativePtr, mStrokeColors.getDefaultColor()); in applyTheme()
2170 nSetStrokeColor(mNativePtr, strokeColor); in setStrokeColor()
2383 private static native void nSetStrokeColor(long pathPtr, int strokeColor); in nSetStrokeColor() method in VectorDrawable
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java435 static void nSetStrokeColor(long pathPtr, int strokeColor) { in nSetStrokeColor() method in VectorDrawable_Delegate