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.java1757 mNativePtr = nCreateFullPath(); in VFullPath()
1762 mNativePtr = nCreateFullPath(copy.mNativePtr); in VFullPath()
2132 private static native long nCreateFullPath(); in nCreateFullPath() method in VectorDrawable
2133 private static native long nCreateFullPath(long nativeFullPathPtr); in nCreateFullPath() method in VectorDrawable
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java151 static long nCreateFullPath() { in nCreateFullPath() method in VectorDrawable_Delegate
156 static long nCreateFullPath(long nativeFullPathPtr) { in nCreateFullPath() method in VectorDrawable_Delegate