Searched refs:OVERFLOW_BUTTON_MATCHER (Results 1 - 1 of 1) sorted by relevance

/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/
H A DEspresso.java136 private static final Matcher<View> OVERFLOW_BUTTON_MATCHER = anyOf( field in class:Espresso
162 onView(OVERFLOW_BUTTON_MATCHER)
200 onView(OVERFLOW_BUTTON_MATCHER)
246 if (OVERFLOW_BUTTON_MATCHER.matches(child)) {

Completed in 55 milliseconds