Home
last modified time | relevance | path

Searched defs:ComposeExecutionControl (Results 1 – 5 of 5) sorted by relevance

/compose/test-utils/src/commonMain/kotlin/androidx/compose/testutils/
DComposeExecutionControl.kt25 interface ComposeExecutionControl { interface
125 fun ComposeExecutionControl.assertMeasureSizeIsPositive() { in ComposeExecutionControl() method
133 fun ComposeExecutionControl.assertLastRecomposeHadChanges() { in ComposeExecutionControl() method
138 fun ComposeExecutionControl.assertLastRecomposeHadNoChanges() { in ComposeExecutionControl() method
148 private fun ComposeExecutionControl.assertLastRecomposeResult(expectingChanges: Boolean) { in ComposeExecutionControl() method
165 fun ComposeExecutionControl.recomposeAssertHadChanges() { in ComposeExecutionControl() method
175 fun ComposeExecutionControl.assertNoPendingChanges() { in ComposeExecutionControl() method
186 fun ComposeExecutionControl.assertHasPendingChanges() { in ComposeExecutionControl() method
201 fun ComposeExecutionControl.doFramesAssertAllHadChangesExceptLastOne( in ComposeExecutionControl() method
222 fun ComposeExecutionControl.doFramesUntilNoChangesPending(maxAmountOfFrames: Int = 10): Int { in ComposeExecutionControl() method
[all …]
/compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/
DScrollerBenchmark.kt140 private fun ComposeExecutionControl.performToggle(testCase: MouseWheelScrollerTestCase) { in ComposeExecutionControl() method
150 private fun ComposeExecutionControl.assertNoPendingRecompositionMeasureOrLayout() { in ComposeExecutionControl() method
156 private fun ComposeExecutionControl.getViewRoot(): ViewRootForTest = method
/compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/lazy/
DLazyBenchmarkCommon.kt124 private fun ComposeExecutionControl.performToggle(testCase: LazyBenchmarkTestCase) { in ComposeExecutionControl() method
134 private fun ComposeExecutionControl.assertNoPendingRecompositionMeasureOrLayout() { in ComposeExecutionControl() method
140 private fun ComposeExecutionControl.getViewRoot(): ViewRootForTest = in ComposeExecutionControl() method
/compose/benchmark-utils/src/main/java/androidx/compose/testutils/benchmark/
DBenchmarkFirstExtensions.kt232 fun ComposeExecutionControl.recomposeUntilNoChangesPending(maxAmountOfStep: Int = 10): Int { in ComposeExecutionControl() method
DBenchmarksExtensions.kt457 private fun ComposeExecutionControl.doFramesUntilIdle() { in ComposeExecutionControl() method