Home | History | Annotate | Download | only in grid

Lines Matching defs:dragBounds

167             Rect dragBounds = first.getBounds();
171 offsetY -= dragBounds.h;
176 offsetX -= dragBounds.w;
178 offsetX -= dragBounds.w / 2;
241 int x1 = dragBounds.x + x + offsetX - bounds.x;
242 int y1 = dragBounds.y + y + offsetY - bounds.y + feedback.dragBaseline;
243 gc.drawLine(x1, y1, x1 + dragBounds.w, y1);
279 Rect dragBounds = first.getBounds();
280 int offsetX = cellBounds.x - dragBounds.x;
281 int offsetY = cellBounds.y - dragBounds.y;
288 offsetX -= radius + dragBounds.w / 2;
293 offsetY -= radius + dragBounds.h / 2;