Lines Matching defs:allocation
222 * If a child changed its requirements and the allocation
230 * @param a the current allocation of the view
269 * need an allocation.
409 * @param allocation the allocated region to render into
412 public void paint(Graphics g, Shape allocation) {
413 Rectangle alloc = (allocation instanceof Rectangle) ?
414 (Rectangle)allocation : allocation.getBounds();
439 * Fetches the allocation for the given child view.
446 * @param a the allocation to this view
447 * @return the allocation to the child; or <code>null</code>
455 // The child allocation may not have been set yet.
470 * sure the allocation is valid before calling the superclass.
652 * @param alloc the parents inner allocation on entry, which should
653 * be changed to the childs allocation on exit