Searched refs:EVENT_RECT_BOTTOM_MARGIN (Results 1 – 1 of 1) sorted by relevance
421 private static int EVENT_RECT_BOTTOM_MARGIN = 0; field in DayView713 EVENT_RECT_BOTTOM_MARGIN *= mScale; in DayView()2780 r.bottom = Math.min((int) event.bottom - EVENT_RECT_BOTTOM_MARGIN, visibleBot); in drawEventRect()2808 r.bottom = Math.min((int) event.bottom - EVENT_RECT_BOTTOM_MARGIN - ceilHalfStroke, in drawEventRect()2822 r.bottom = (int) event.bottom - EVENT_RECT_BOTTOM_MARGIN; in drawEventRect()