Home | History | Annotate | Download | only in aapt

Lines Matching refs:getChildren

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