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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTextFieldUI.java186 // Justification is done in adjustAllocation(), so disable
208 Shape adjustAllocation(Shape a) { method in class:BasicTextFieldUI.I18nFieldView
317 super.paint(g, adjustAllocation(a));
346 return super.modelToView(pos, adjustAllocation(a), b);
372 return super.modelToView(p0, b0, p1, b1, adjustAllocation(a));
387 return super.viewToModel(fx, fy, adjustAllocation(a), bias);
400 super.insertUpdate(changes, adjustAllocation(a), f);
414 super.removeUpdate(changes, adjustAllocation(a), f);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DFieldView.java79 protected Shape adjustAllocation(Shape a) { method in class:FieldView
195 return adjustAllocation(a);
265 return super.modelToView(pos, adjustAllocation(a), b);
280 return super.viewToModel(fx, fy, adjustAllocation(a), bias);
293 super.insertUpdate(changes, adjustAllocation(a), f);
307 super.removeUpdate(changes, adjustAllocation(a), f);
H A DPasswordView.java162 Rectangle alloc = adjustAllocation(a).getBounds();
193 a = adjustAllocation(a);

Completed in 30 milliseconds