Home
last modified time | relevance | path

Searched defs:colMask (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DEvent.java455 long colMask = 0; in doComputePositions() local
498 private static long removeAlldayActiveEvents(Event event, Iterator<Event> iter, long colMask) { in removeAlldayActiveEvents()
513 Event event, Iterator<Event> iter, long minDurationMillis, long colMask) { in removeNonAlldayActiveEvents()