Searched refs:rootGroup (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp34 VectorDrawable::Group* rootGroup = reinterpret_cast<VectorDrawable::Group*>(groupPtr); local
35 VectorDrawable::Tree* tree = new VectorDrawable::Tree(rootGroup);
40 VectorDrawable::Group* rootGroup = reinterpret_cast<VectorDrawable::Group*>(groupPtr); local
42 VectorDrawable::Tree* tree = new VectorDrawable::Tree(treeToCopy, rootGroup);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java907 private void createNativeTree(VGroup rootGroup) { argument
908 mNativeTree = new VirtualRefBasePtr(nCreateTree(rootGroup.mNativePtr));
915 private void createNativeTreeFromCopy(VectorDrawableState copy, VGroup rootGroup) { argument
917 copy.mNativeTree.get(), rootGroup.mNativePtr));

Completed in 131 milliseconds