Home
last modified time | relevance | path

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

/compose/ui/ui-test/src/androidCommonTest/kotlin/androidx/compose/ui/test/util/
DVerifications.kt201 val oneMoreDiff = abs(totalDuration - desiredDuration * (size + 1)) in List() constant
203 assertThat(actualDiff).isLessThan(oneMoreDiff) in List()