Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java249 static long nCreateClipPath() { in nCreateClipPath() method in VectorDrawable_Delegate
254 static long nCreateClipPath(long clipPathPtr) { in nCreateClipPath() method in VectorDrawable_Delegate
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java2326 private static native long nCreateClipPath(); in nCreateClipPath() method in VectorDrawable
2328 private static native long nCreateClipPath(long clipPathPtr); in nCreateClipPath() method in VectorDrawable