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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DListView.java82 alloc = getInsideAllocation(allocation);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DCompositeView.java231 Rectangle alloc = getInsideAllocation(a);
304 Rectangle alloc = getInsideAllocation(a);
391 Rectangle alloc = getInsideAllocation(a);
461 Rectangle alloc = getInsideAllocation(a);
600 protected Rectangle getInsideAllocation(Shape a) { method in class:CompositeView
H A DFlowView.java256 strategy.insertUpdate(this, changes, getInsideAllocation(a));
270 strategy.removeUpdate(this, changes, getInsideAllocation(a));
284 strategy.changedUpdate(this, changes, getInsideAllocation(a));
H A DWrappedPlainView.java466 getInsideAllocation(a) : null;
488 getInsideAllocation(a) : null;
H A DBoxView.java251 Rectangle alloc = getInsideAllocation(a);

Completed in 106 milliseconds