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

  /dalvik/dx/src/com/android/dx/util/
IndentingWriter.java 37 private final int maxIndent;
72 this.maxIndent = width >> 1;
96 if (indent >= maxIndent) {
97 indent = maxIndent;
166 collectingIndent = (maxIndent != 0);
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 37 milliseconds