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.java1334 mNativePtr = nCreateClipPath(); in VClipPath()
1339 mNativePtr = nCreateClipPath(copy.mNativePtr); in VClipPath()
1816 private static native long nCreateClipPath(); in nCreateClipPath() method in VectorDrawable
1817 private static native long nCreateClipPath(long clipPathPtr); in nCreateClipPath() method in VectorDrawable
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java224 static long nCreateClipPath() { in nCreateClipPath() method in VectorDrawable_Delegate
229 static long nCreateClipPath(long clipPathPtr) { in nCreateClipPath() method in VectorDrawable_Delegate