Searched defs:isDisplayed (Results 1 - 1 of 1) sorted by last modified time

/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/matcher/
H A DViewMatchers.java98 * Note: isDisplayed will select views that are partially displayed (eg: the full height/width of
102 public static Matcher<View> isDisplayed() { method in class:ViewMatchers
585 * whether the view is displayed on screen (use isDisplayed() for that). For example, the view and
588 * value with your test, use isDisplayed.

Completed in 166 milliseconds