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

  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 57 private int annotationWidth;
103 this.annotationWidth = 0;
414 return annotationWidth - leftWidth;
422 * @param annotationWidth {@code >= 40;} the desired maximum annotation width
425 public void enableAnnotations(int annotationWidth, boolean verbose) {
430 if (annotationWidth < 40) {
431 throw new IllegalArgumentException("annotationWidth < 40");
434 int hexCols = (((annotationWidth - 7) / 15) + 1) & ~1;
442 this.annotationWidth = annotationWidth;
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 352 milliseconds