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

  /dalvik/dexgen/src/com/android/dexgen/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...]
  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 61 private int annotationWidth;
116 this.annotationWidth = 0;
430 return annotationWidth - leftWidth;
438 * @param annotationWidth {@code >= 40;} the desired maximum annotation width
441 public void enableAnnotations(int annotationWidth, boolean verbose) {
446 if (annotationWidth < 40) {
447 throw new IllegalArgumentException("annotationWidth < 40");
450 int hexCols = (((annotationWidth - 7) / 15) + 1) & ~1;
458 this.annotationWidth = annotationWidth;
    [all...]
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 547 milliseconds