Searched refs:EVENT_RECT_TOP_MARGIN (Results 1 – 1 of 1) sorted by relevance
423 private static int EVENT_RECT_TOP_MARGIN = 1; field in DayView722 EVENT_RECT_TOP_MARGIN *= mScale; in DayView()3440 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()3527 r.top = (int) event.top + EVENT_RECT_TOP_MARGIN; in drawEventRect()