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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java93 static long nCreateTree(long rootGroupPtr) { method in class:VectorDrawable_Delegate
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java829 mNativeTree = new VirtualRefBasePtr(nCreateTree(rootGroup.mNativePtr));
1794 private static native long nCreateTree(long rootGroupPtr); method in class:VectorDrawable

Completed in 107 milliseconds