Searched refs:selectionArea (Results 1 – 2 of 2) sorted by relevance
235 Rect selectionArea = new Rect( in getSelectionArea() local237 selectionArea.union(mSelectionPoint.x, mSelectionPoint.y); in getSelectionArea()240 selectionArea.inset(-1, -1); in getSelectionArea()242 return selectionArea; in getSelectionArea()253 Rect selectionArea = getSelectionArea(); in verifySelection() local255 if (Rect.intersects(selectionArea, item.rect)) { in verifySelection()256 assertTrue("Expected item " + item + " was not in selection " + selectionArea, in verifySelection()259 assertFalse("Unexpected item " + item + " in selection" + selectionArea, in verifySelection()
3099 Rect selectionArea = mSelectionRect; in drawEvents() local3100 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()