Searched refs:EVENT_RECT_BOTTOM_MARGIN (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java424 private static int EVENT_RECT_BOTTOM_MARGIN = 0; field in class:DayView
723 EVENT_RECT_BOTTOM_MARGIN *= mScale;
3441 r.bottom = Math.min((int) event.bottom - EVENT_RECT_BOTTOM_MARGIN, visibleBot);
3475 r.bottom = Math.min((int) event.bottom - EVENT_RECT_BOTTOM_MARGIN - ceilHalfStroke,
3528 r.bottom = (int) event.bottom - EVENT_RECT_BOTTOM_MARGIN;

Completed in 16 milliseconds