HomeSort by relevance Sort by last modified time
    Searched refs:waitForMatchingView (Results 1 - 4 of 4) sorted by null

  /frameworks/support/wear/src/androidTest/java/androidx/wear/widget/drawer/
WearableDrawerLayoutEspressoTest.java 30 import static androidx.wear.widget.util.AsyncViewActions.waitForMatchingView;
114 waitForMatchingView(
133 waitForMatchingView(
150 waitForMatchingView(
165 waitForMatchingView(
175 waitForMatchingView(
180 waitForMatchingView(
268 waitForMatchingView(
309 waitForMatchingView(allOf(withId(R.id.action_drawer), isOpened(true)),
312 waitForMatchingView(allOf(withText("Item 6"), isCompletelyDisplayed())
    [all...]
  /frameworks/support/wear/src/androidTest/java/androidx/wear/widget/util/
AsyncViewActions.java 34 public static ViewAction waitForMatchingView(
  /frameworks/support/wear/src/androidTest/java/androidx/wear/widget/
WearableRecyclerViewTest.java 22 import static androidx.wear.widget.util.AsyncViewActions.waitForMatchingView;
220 onView(withId(layoutId)).perform(waitForMatchingView(
225 onView(withId(layoutId)).perform(waitForMatchingView(
SwipeDismissFrameLayoutTest.java 24 import static androidx.wear.widget.util.AsyncViewActions.waitForMatchingView;
404 * waitForMatchingView(
412 waitForMatchingView(
421 waitForMatchingView(
430 waitForMatchingView(

Completed in 207 milliseconds