Lines Matching refs:mRect
333 private final Rect mRect = new Rect(); field in DayView
2249 Rect r = mRect; in drawAfterScroll()
2344 mRect.top = DAY_HEADER_HEIGHT + 1; in drawAllDayHighlights()
2345 mRect.bottom = mRect.top + mAlldayHeight + ALLDAY_TOP_MARGIN - 2; in drawAllDayHighlights()
2347 mRect.left = computeDayLeftPosition(daynum) + 1; in drawAllDayHighlights()
2348 mRect.right = computeDayLeftPosition(daynum + 1); in drawAllDayHighlights()
2350 canvas.drawRect(mRect, p); in drawAllDayHighlights()
2453 Rect r = mRect; in doDraw()
3015 Rect r = mRect; in drawMoreAlldayEvents()
3439 Rect r = mRect; in drawEventRect()
4695 Rect region = mRect; in findSelectedEvent()