Home
last modified time | relevance | path

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

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