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

/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java419 private static final int MAX_EVENT_TEXT_LEN = 500; field in class:DayView
2821 bob.append(drawTextSanitizer(event.title.toString(), MAX_EVENT_TEXT_LEN - 1));
2827 MAX_EVENT_TEXT_LEN - bob.length()));

Completed in 36 milliseconds