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.kt2346 val selectionArea: Rect = mSelectionRect in drawEvents() constant
2347 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()