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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1557 mNativePtr = nCreateClipPath();
1562 mNativePtr = nCreateClipPath(copy.mNativePtr);
2205 private static native long nCreateClipPath(); method in class:VectorDrawable
2207 private static native long nCreateClipPath(long clipPathPtr); method in class:VectorDrawable
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java237 static long nCreateClipPath() { method in class:VectorDrawable_Delegate
242 static long nCreateClipPath(long clipPathPtr) { method in class:VectorDrawable_Delegate

Completed in 13 milliseconds