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.java2730 Rect selectionArea = mSelectionRect; in drawEvents() local
2731 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()