Searched refs:childView (Results 1 – 2 of 2) sorted by relevance
266 View childView = realAdapterView.getChildAt(i); in findIndexOfItemContainingText() local267 String innerText = shadowOf(childView).innerText(); in findIndexOfItemContainingText()
233 for (View childView : attributesSnapshot.childViews) { in ViewElement()234 children.add(context.getElement(childView, this)); in ViewElement()