Home
last modified time | relevance | path

Searched refs:selectionArea (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DDayView.java3099 Rect selectionArea = mSelectionRect; in drawEvents() local
3100 selectionArea.top = top + mSelectionHour * (cellHeight + HOUR_GAP); in drawEvents()
3101 selectionArea.bottom = selectionArea.top + cellHeight; in drawEvents()
3102 selectionArea.left = left; in drawEvents()
3103 selectionArea.right = selectionArea.left + cellWidth; in drawEvents()
3125 && geometry.eventIntersectsSelection(event, selectionArea)) { in drawEvents()