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

  /cts/tests/tests/hardware/src/android/hardware/cts/
Camera_SizeTest.java 34 private final int WIDTH1 = 240;
49 checkSize(parameters, WIDTH1, HEIGHT1);
  /dalvik/dx/src/com/android/dx/util/
TwoColumnOutput.java 54 * @param width1 {@code > 0;} width of the first column
60 public static String toString(String s1, int width1, String spacer,
67 new TwoColumnOutput(sw, width1, width2, spacer);
ByteArrayAnnotatedOutput.java 481 int width1 = annotationWidth - width2 - 1; local
483 TwoColumnOutput twoc = new TwoColumnOutput(out, width1, width2, "|");

Completed in 402 milliseconds