Searched refs:EVENT_RECT_BOTTOM_MARGIN (Results 1 – 1 of 1) sorted by relevance
424 private static int EVENT_RECT_BOTTOM_MARGIN = 0; field in DayView723 EVENT_RECT_BOTTOM_MARGIN *= mScale; in DayView()3441 r.bottom = Math.min((int) event.bottom - EVENT_RECT_BOTTOM_MARGIN, visibleBot); in drawEventRect()3475 r.bottom = Math.min((int) event.bottom - EVENT_RECT_BOTTOM_MARGIN - ceilHalfStroke, in drawEventRect()3528 r.bottom = (int) event.bottom - EVENT_RECT_BOTTOM_MARGIN; in drawEventRect()