Searched defs:sels (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/swing/JList/6462008/
H A Dbug6462008.java368 private static void checkSelection(int... sels) throws Exception { argument
369 checkSelectionAL(DONT_CARE, DONT_CARE, sels);
372 private static void checkSelectionAL(final int anchor, final int lead, final int... sels) throws Exception { argument
377 checkSelectionNonThreadSafe(anchor, lead, sels);
382 private static void checkSelectionNonThreadSafe(int anchor, int lead, int... sels) { argument
396 Arrays.sort(sels);
398 for (int i : sels) {

Completed in 40 milliseconds