Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1564 mNativePtr = nCreateClipPath(); in VClipPath()
1569 mNativePtr = nCreateClipPath(copy.mNativePtr); in VClipPath()
2212 private static native long nCreateClipPath(); in nCreateClipPath() method in VectorDrawable
2214 private static native long nCreateClipPath(long clipPathPtr); in nCreateClipPath() method in VectorDrawable
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java237 static long nCreateClipPath() { in nCreateClipPath() method in VectorDrawable_Delegate
242 static long nCreateClipPath(long clipPathPtr) { in nCreateClipPath() method in VectorDrawable_Delegate