Searched refs:overlappingDuration (Results 1 – 1 of 1) sorted by relevance
322 long recentActTs = 0, overlappingDuration = 0; in add() local332 overlappingDuration += overlapping && (actl || actr) in add()341 overlappingDuration += overlapping && actl ? (lts - recentActTs) : 0; in add()347 overlappingDuration += overlapping && actr ? (rts - recentActTs) : 0; in add()363 final long durationWithOverlapping = duration + overlappingDuration; in add()372 overlappingDuration = 0; in add()