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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1790 mNativePtr = nCreateFullPath();
1795 mNativePtr = nCreateFullPath(copy.mNativePtr);
2190 private static native long nCreateFullPath(); method in class:VectorDrawable
2192 private static native long nCreateFullPath(long nativeFullPathPtr); method in class:VectorDrawable
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java165 static long nCreateFullPath() { method in class:VectorDrawable_Delegate
170 static long nCreateFullPath(long nativeFullPathPtr) { method in class:VectorDrawable_Delegate

Completed in 1418 milliseconds