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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DVariableGridLayout.java45 BitSet colsSet = new BitSet(); field in class:VariableGridLayout
67 colsSet = new BitSet(cols);
95 colsSet = new BitSet(cols);
120 colsSet.set(colNum);
160 allocateExtraSpace(colFractions, colsSet);

Completed in 259 milliseconds