Home | History | Annotate | Download | only in aapt

Lines Matching defs:depth

2116     int depth = 0;
2147 if (/* name == "Application" && */ depth == 2) {
2150 depth--;
2156 depth++;
2158 // printf("Depth %d tag %s\n", depth, tag.string());
2160 if (depth == 1) {
2166 } else if (depth == 2) {
2181 if (!keepTag && inApplication && depth == 3) {