OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rootGroup
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/
android_graphics_drawable_VectorDrawable.cpp
34
VectorDrawable::Group*
rootGroup
= reinterpret_cast<VectorDrawable::Group*>(groupPtr);
35
VectorDrawable::Tree* tree = new VectorDrawable::Tree(
rootGroup
);
40
VectorDrawable::Group*
rootGroup
= reinterpret_cast<VectorDrawable::Group*>(groupPtr);
42
VectorDrawable::Tree* tree = new VectorDrawable::Tree(treeToCopy,
rootGroup
);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
VectorDrawable_Delegate.java
94
VGroup_Delegate
rootGroup
= VNativeObject.getDelegate(rootGroupPtr);
95
return sPathManager.addNewDelegate(new VPathRenderer_Delegate(
rootGroup
));
[
all
...]
Completed in 158 milliseconds