Home | History | Annotate | Download | only in helpers

Lines Matching refs:direction

20 import android.support.test.uiautomator.Direction;
47 * @param direction Direction in which to scroll, must be UP or DOWN
49 * @return boolean Whether the page can still scroll in the given direction
51 public abstract boolean scrollFrontPage(Direction direction, float percent);
58 * @param direction Direction in which to scroll, must be UP or DOWN
60 * @return boolean Whether the page can still scroll in the given direction
62 public abstract boolean scrollCommentPage(Direction direction, float percent);