Home
last modified time | relevance | path

Searched defs:findViewRootForTest (Results 1 – 3 of 3) sorted by relevance

/compose/test-utils/src/androidMain/kotlin/androidx/compose/testutils/
DAndroidComposeTestCaseRunner.android.kt338 private fun findViewRootForTest(activity: Activity): ViewRootForTest? { in findViewRootForTest() method
342 private fun findViewRootForTest(view: View): ViewRootForTest? { in findViewRootForTest() method
/compose/foundation/foundation-layout/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/layout/
DLayoutTest.kt115 internal fun findViewRootForTest(activity: Activity): ViewRootForTest { in <lambda>() method
120 internal fun findViewRootForTest(parent: ViewGroup): ViewRootForTest? { in <lambda>() method
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/tooling/
DUiErrorTraceTests.kt461 private fun findViewRootForTest(view: View): ViewRootForTest? { in findViewRootForTest() method