Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DSortBot.java135 final Matcher<View> cellMatcher = allOf( in sortBy() local
138 onView(cellMatcher).perform(click()); in sortBy()
140 final @SortDirection int viewDirection = getDirection(cellMatcher); in sortBy()
143 onView(cellMatcher).perform(click()); in sortBy()
146 return getDirection(cellMatcher) == direction; in sortBy()
149 private @SortDirection int getDirection(Matcher<View> cellMatcher) { in getDirection() argument
154 withParent(cellMatcher))); in getDirection()
163 withParent(cellMatcher))); in getDirection()