HomeSort by relevance Sort by last modified time
    Searched defs:collectingIndent (Results 1 - 2 of 2) sorted by null

  /dalvik/dx/src/com/android/dx/util/
IndentingWriter.java 43 private boolean collectingIndent;
93 if (collectingIndent) {
98 collectingIndent = false;
101 collectingIndent = false;
119 if (!collectingIndent) {
166 collectingIndent = (maxIndent != 0);
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 1657 milliseconds