Home | History | Annotate | Download | only in aapt

Lines Matching full:getchildren

683 const Vector<sp<XMLNode> >& XMLNode::getChildren() const
1247 if (parent != NULL && parent->getChildren().size() > 0) {
1248 node = parent->getChildren()[parent->getChildren().size()-1];