Home | History | Annotate | Download | only in aapt

Lines Matching full:indent

1130 void XMLNode::print(int indent)
1134 for (i=0; i<indent; i++) {
1176 mChildren.itemAt(i)->print(indent+1);