Home
last modified time | relevance | path

Searched defs:ComposeBenchmarkScope (Results 1 – 2 of 2) sorted by relevance

/compose/test-utils/src/commonMain/kotlin/androidx/compose/testutils/
DComposeBenchmarkScope.kt25 interface ComposeBenchmarkScope<T> : ComposeExecutionControl { interface
/compose/material/material-ripple/benchmark/src/androidTest/java/androidx/compose/material/ripple/benchmark/
DRippleBenchmark.kt224 private fun ComposeBenchmarkScope<*>.doFramesUntilNoChangesMeasureLayoutOrDrawPending() { in doFramesUntilNoChangesMeasureLayoutOrDrawPending() method