Searched refs:expandTo (Results 1 - 3 of 3) sorted by relevance

/openjdk10/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/drivers/scrolling/
H A DJSplitPaneDriver.java60 expandTo((JSplitPaneOperator) oper, 0);
65 expandTo((JSplitPaneOperator) oper, 1);
146 private void expandTo(JSplitPaneOperator oper, int index) { method in class:JSplitPaneDriver
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DBitSet.java350 private void expandTo(int wordIndex) { method in class:BitSet
384 expandTo(wordIndex);
412 expandTo(endWordIndex);
448 expandTo(wordIndex);
490 expandTo(endWordIndex);
/openjdk10/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DJSplitPaneOperator.java497 expandTo(0);
514 expandTo(1);
846 private void expandTo(int index) { method in class:JSplitPaneOperator

Completed in 74 milliseconds