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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java2048 return isTreeValid() ? nGetStrokeColor(mNativePtr) : 0;
2264 private static native int nGetStrokeColor(long pathPtr); method in class:VectorDrawable
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java417 static int nGetStrokeColor(long pathPtr) { method in class:VectorDrawable_Delegate

Completed in 15 milliseconds