Home
last modified time | relevance | path

Searched defs:testCase (Results 1 – 15 of 15) sorted by relevance

/compose/ui/ui/benchmark/src/androidTest/java/androidx/compose/ui/benchmark/
DLayoutCoordinatesBenchmark.kt51 val testCase = getTestCase() in localPositionOfWithLayer() constant
64 val testCase = getTestCase() in localPositionOfNoLayer() constant
/compose/animation/animation-core/src/androidUnitTest/kotlin/androidx/compose/animation/core/
DSpringEstimationTest.kt164 val testCase = in <lambda>() constant
186 val testCase = in <lambda>() constant
223 val testCase: TestCase, in <lambda>() constant in androidx.compose.animation.core.SpringEstimationTest.TestCaseResult
/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/
DObservableThemeTest.kt56 val testCase = ObservableThemeTestCase() in testObservableTheme() constant
78 val testCase = ImmutableThemeTestCase() in testImmutableTheme() constant
DScaffoldTest.kt734 val testCase = TopBarHeightChangingScaffoldTestCase() in <lambda>() constant
/compose/test-utils/src/androidMain/kotlin/androidx/compose/testutils/
DAndroidComposeTestCaseSetup.android.kt23 private val testCase: ComposeTestCase, constant in androidx.compose.testutils.AndroidComposeTestCaseSetup
DAndroidComposeTestCaseRunner.android.kt114 private var testCase: T? = null variable in androidx.compose.testutils.AndroidComposeTestCaseRunner
/compose/runtime/runtime-lint/src/test/java/androidx/compose/runtime/lint/
DAutoboxingStateCreationDetectorTest.kt583 private fun testCase(fqName: String, jvmFqName: String, value: String) = in initParameters() method
/compose/benchmark-utils/src/main/java/androidx/compose/testutils/benchmark/
DBenchmarksExtensions.kt436 val testCase = { SubcomposeLayoutReuseTestCase(reusableSlots = 1, content) } in ComposeBenchmarkRule() constant
/compose/benchmark-utils/src/main/java/androidx/compose/testutils/benchmark/android/
DAndroidTestCaseRunner.kt50 private var testCase: T? = null variable in androidx.compose.testutils.benchmark.android.AndroidTestCaseRunner
/compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/lazy/
DLazyGridScrollingBenchmark.kt52 class LazyGridScrollingBenchmark(private val testCase: LazyGridScrollingTestCase) { in <lambda>() constant in androidx.compose.foundation.benchmark.lazy.LazyGridScrollingBenchmark
DLazyStaggeredGridScrollingBenchmark.kt54 private val testCase: LazyStaggeredGridScrollingTestCase in <lambda>() constant in androidx.compose.foundation.benchmark.lazy.LazyStaggeredGridScrollingBenchmark
DLazyListScrollingBenchmark.kt54 class LazyListScrollingBenchmark(private val testCase: LazyListScrollingTestCase) { in <lambda>() constant in androidx.compose.foundation.benchmark.lazy.LazyListScrollingBenchmark
/compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/pager/
DPagerScrollingBenchmark.kt55 class PagerScrollingBenchmark(private val testCase: PagerScrollingTestCase) { in <lambda>() constant in androidx.compose.foundation.benchmark.pager.PagerScrollingBenchmark
/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/
DScaffoldTest.kt613 val testCase = TopBarHeightChangingScaffoldTestCase() in <lambda>() constant
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/graphics/vector/
DVectorTest.kt205 val testCase = VectorInvalidationTestCase() in <lambda>() constant