Searched refs:width1 (Results 1 - 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dx/util/
H A DTwoColumnOutput.java54 * @param width1 {@code > 0;} width of the first column
60 public static String toString(String s1, int width1, String spacer, argument
67 new TwoColumnOutput(sw, width1, width2, spacer);
H A DByteArrayAnnotatedOutput.java481 int width1 = annotationWidth - width2 - 1;
483 TwoColumnOutput twoc = new TwoColumnOutput(out, width1, width2, "|");

Completed in 39 milliseconds