Home
last modified time | relevance | path

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

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowAdapterView.java266 View childView = realAdapterView.getChildAt(i); in findIndexOfItemContainingText() local
267 String innerText = shadowOf(childView).innerText(); in findIndexOfItemContainingText()
/external/droiddriver/src/io/appium/droiddriver/instrumentation/
DViewElement.java233 for (View childView : attributesSnapshot.childViews) { in ViewElement()
234 children.add(context.getElement(childView, this)); in ViewElement()