Searched refs:selectionArea (Results 1 – 1 of 1) sorted by relevance
2346 val selectionArea: Rect = mSelectionRect in drawEvents() constant2347 selectionArea.top = top + mSelectionHour * (cellHeight + HOUR_GAP) in drawEvents()2348 selectionArea.bottom = selectionArea.top + cellHeight in drawEvents()2349 selectionArea.left = left in drawEvents()2350 selectionArea.right = selectionArea.left + cellWidth in drawEvents()2368 geometry.eventIntersectsSelection(event, selectionArea) in drawEvents()