Lines Matching refs:alloc
231 Rectangle alloc = getInsideAllocation(a);
232 childAllocation(index, alloc);
233 return alloc;
304 Rectangle alloc = getInsideAllocation(a);
305 Rectangle r0 = new Rectangle(alloc);
308 Rectangle r1 = new Rectangle(alloc);
346 tempRect.setBounds(alloc);
391 Rectangle alloc = getInsideAllocation(a);
392 if (isBefore((int) x, (int) y, alloc)) {
406 } else if (isAfter((int) x, (int) y, alloc)) {
423 View v = getViewAtPoint((int) x, (int) y, alloc);
425 return v.viewToModel(x, y, alloc, bias);
461 Rectangle alloc = getInsideAllocation(a);
510 * @param alloc the rectangle
513 protected abstract boolean isBefore(int x, int y, Rectangle alloc);
520 * @param alloc the rectangle
523 protected abstract boolean isAfter(int x, int y, Rectangle alloc);
530 * @param alloc the parent's allocation on entry, which should
534 protected abstract View getViewAtPoint(int x, int y, Rectangle alloc);
606 Rectangle alloc;
608 alloc = (Rectangle) a;
610 alloc = a.getBounds();
613 childAlloc.setBounds(alloc);