Home
last modified time | relevance | path

Searched refs:childIndent (Results 1 – 3 of 3) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/data/
DNestedMapData.java481 int childIndent = indent; in write() local
486 childIndent++; in write()
489 child.write(out, childIndent); in write()
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
DXmlReader.java553 String childIndent = indent + '\t'; in toString() local
555 buffer.append(childIndent); in toString()
561 buffer.append(child.toString(childIndent)); in toString()
DXmlReader.rl348 String childIndent = indent + '\t';
350 buffer.append(childIndent);
356 buffer.append(child.toString(childIndent));