Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1797 mNativePtr = nCreateFullPath(); in VFullPath()
1802 mNativePtr = nCreateFullPath(copy.mNativePtr); in VFullPath()
2197 private static native long nCreateFullPath(); in nCreateFullPath() method in VectorDrawable
2199 private static native long nCreateFullPath(long nativeFullPathPtr); in nCreateFullPath() method in VectorDrawable
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java165 static long nCreateFullPath() { in nCreateFullPath() method in VectorDrawable_Delegate
170 static long nCreateFullPath(long nativeFullPathPtr) { in nCreateFullPath() method in VectorDrawable_Delegate