Home
last modified time | relevance | path

Searched refs:getChildCountRecursively (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DView.kt28 fun View.getChildCountRecursively(): Int { in getChildCountRecursively() method
32 getChildAt(i)?.let { count += it.getChildCountRecursively() } in getChildCountRecursively()
DExternalViewScreenshotTestRule.kt63 waitForValueToSettle { view.getChildCountRecursively() } in <lambda>()
100 waitForValueToSettle { rootView.getChildCountRecursively() } in <lambda>()