Searched refs:selectionArea (Results 1 – 1 of 1) sorted by relevance
2730 Rect selectionArea = mSelectionRect; in drawEvents() local2731 selectionArea.top = top + mSelectionHour * (cellHeight + HOUR_GAP); in drawEvents()2732 selectionArea.bottom = selectionArea.top + cellHeight; in drawEvents()2733 selectionArea.left = left; in drawEvents()2734 selectionArea.right = selectionArea.left + cellWidth; in drawEvents()2756 && geometry.eventIntersectsSelection(event, selectionArea)) { in drawEvents()