Searched defs:swiper (Results 1 - 1 of 1) sorted by relevance

/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
H A DGeneralSwipeAction.java44 private final Swiper swiper; field in class:GeneralSwipeAction
47 public GeneralSwipeAction(Swiper swiper, CoordinatesProvider startCoordinatesProvider, argument
49 this.swiper = swiper;
70 status = swiper.sendSwipe(uiController, startCoordinates, endCoordinates, precision);
96 swiper,
106 return swiper.toString().toLowerCase() + " swipe";

Completed in 64 milliseconds