Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DEvent.kt378 var colMask: Long = 0 in doComputePositions() variable
383 colMask = if (!doAlldayEvents) { in doComputePositions()
386 minimumDurationMillis, colMask in doComputePositions()
390 as Iterator<Event>, colMask) in doComputePositions()
400 colMask = 0 in doComputePositions()
406 var col = findFirstZeroBit(colMask) in doComputePositions()
408 colMask = colMask or (1L shl col) in doComputePositions()
423 colMask: Long in removeAlldayActiveEvents()
428 var colMask = colMask in removeAlldayActiveEvents() variable
432 colMask = colMask and (1L shl active.column).inv() in removeAlldayActiveEvents()
[all …]