Home | History | Annotate | Download | only in aapt

Lines Matching defs:depth

2063     int depth = 0;
2094 if (/* name == "Application" && */ depth == 2) {
2097 depth--;
2103 depth++;
2105 // printf("Depth %d tag %s\n", depth, tag.string());
2107 if (depth == 1) {
2113 } else if (depth == 2) {
2128 if (!keepTag && inApplication && depth == 3) {