Searched refs:visibleTop (Results 1 – 1 of 1) sorted by relevance
3437 int visibleTop, int visibleBot) { in drawEventRect() argument3440 r.top = Math.max((int) event.top + EVENT_RECT_TOP_MARGIN, visibleTop); in drawEventRect()3474 r.top = Math.max((int) event.top + EVENT_RECT_TOP_MARGIN + floorHalfStroke, visibleTop); in drawEventRect()