Searched refs:cellMatcher (Results 1 – 1 of 1) sorted by relevance
135 final Matcher<View> cellMatcher = allOf( in sortBy() local138 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() argument154 withParent(cellMatcher))); in getDirection()163 withParent(cellMatcher))); in getDirection()