Home | History | Annotate | Download | only in grid

Lines Matching defs:dragBounds

87         Rect dragBounds = feedback.dragBounds;
88 int w = dragBounds != null ? dragBounds.w : 0;
89 int h = dragBounds != null ? dragBounds.h : 0;
91 if (dragBounds != null) {
94 x1 += dragBounds.x;
95 y1 += dragBounds.y;
212 && dragBounds != null && dragBounds.w < cellWidth - 10) {
223 && dragBounds != null && dragBounds.h < cellHeight - 10) {