Searched refs:getChildCountRecursively (Results 1 – 2 of 2) sorted by relevance
28 fun View.getChildCountRecursively(): Int { in getChildCountRecursively() method32 getChildAt(i)?.let { count += it.getChildCountRecursively() } in getChildCountRecursively()
63 waitForValueToSettle { view.getChildCountRecursively() } in <lambda>()100 waitForValueToSettle { rootView.getChildCountRecursively() } in <lambda>()