Home
last modified time | relevance | path

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

/compose/material/material-ripple/benchmark/src/androidTest/java/androidx/compose/material/ripple/benchmark/
DRippleBenchmark.kt89 runBenchmarkFor({ RippleInteractionTestCase() }) { in initialEmitPressInteraction()
117 runBenchmarkFor({ RippleInteractionTestCase() }) { in additionalEmitPressInteraction()
154 runBenchmarkFor({ RippleInteractionTestCase() }) { in initialEmitHoverInteraction()
184 runBenchmarkFor({ RippleInteractionTestCase() }) { in additionalEmitHoverInteraction()
207 private class RippleInteractionTestCase : LayeredComposeTestCase() { class