Searched defs:ComposeExecutionControl (Results 1 – 5 of 5) sorted by relevance
25 interface ComposeExecutionControl { interface125 fun ComposeExecutionControl.assertMeasureSizeIsPositive() { in ComposeExecutionControl() method133 fun ComposeExecutionControl.assertLastRecomposeHadChanges() { in ComposeExecutionControl() method138 fun ComposeExecutionControl.assertLastRecomposeHadNoChanges() { in ComposeExecutionControl() method148 private fun ComposeExecutionControl.assertLastRecomposeResult(expectingChanges: Boolean) { in ComposeExecutionControl() method165 fun ComposeExecutionControl.recomposeAssertHadChanges() { in ComposeExecutionControl() method175 fun ComposeExecutionControl.assertNoPendingChanges() { in ComposeExecutionControl() method186 fun ComposeExecutionControl.assertHasPendingChanges() { in ComposeExecutionControl() method201 fun ComposeExecutionControl.doFramesAssertAllHadChangesExceptLastOne( in ComposeExecutionControl() method222 fun ComposeExecutionControl.doFramesUntilNoChangesPending(maxAmountOfFrames: Int = 10): Int { in ComposeExecutionControl() method[all …]
140 private fun ComposeExecutionControl.performToggle(testCase: MouseWheelScrollerTestCase) { in ComposeExecutionControl() method150 private fun ComposeExecutionControl.assertNoPendingRecompositionMeasureOrLayout() { in ComposeExecutionControl() method156 private fun ComposeExecutionControl.getViewRoot(): ViewRootForTest = method
124 private fun ComposeExecutionControl.performToggle(testCase: LazyBenchmarkTestCase) { in ComposeExecutionControl() method134 private fun ComposeExecutionControl.assertNoPendingRecompositionMeasureOrLayout() { in ComposeExecutionControl() method140 private fun ComposeExecutionControl.getViewRoot(): ViewRootForTest = in ComposeExecutionControl() method
232 fun ComposeExecutionControl.recomposeUntilNoChangesPending(maxAmountOfStep: Int = 10): Int { in ComposeExecutionControl() method
457 private fun ComposeExecutionControl.doFramesUntilIdle() { in ComposeExecutionControl() method