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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicSplitPaneUI.java270 private boolean dividerLocationIsSet; // needed for tracking field in class:BasicSplitPaneUI
313 dividerLocationIsSet = false;
431 dividerLocationIsSet = false;
948 dividerLocationIsSet = true;
1326 if ((doReset && !dividerLocationIsSet) || spDividerLocation < 0) {
1340 dividerLocationIsSet = false;
1347 dividerLocationIsSet = false;

Completed in 65 milliseconds