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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DTableView.java1043 adjustmentWeights[col + i] = Math.max(adjustmentWeights[col + i], WorstAdjustmentWeight);
1045 adjustmentWeights[col + i] = Math.max(adjustmentWeights[col + i], WorstAdjustmentWeight - 1);
H A DCSS.java3155 int adjustmentWeightsCount = LayoutIterator.WorstAdjustmentWeight + 1;
3201 for (;adjustmentLevel <= LayoutIterator.WorstAdjustmentWeight;
3210 if (adjustmentLevel <= LayoutIterator.WorstAdjustmentWeight) {
3303 int getAdjustmentWeight(); //0 is the best weight WorstAdjustmentWeight is a worst one
3312 public static final int WorstAdjustmentWeight = 2; field in interface:CSS.LayoutIterator

Completed in 1549 milliseconds