Home | History | Annotate | Download | only in helpers

Lines Matching refs:Direction

20 import android.support.test.uiautomator.Direction;
147 public abstract void scrollNavigationDrawer(Direction dir);
154 * @param direction The direction to scroll, only accepts UP and DOWN.
158 public abstract void scrollMailbox(Direction direction, float amount, boolean scrollToEnd);
165 * @param direction The direction to scroll, only accepts UP and DOWN.
169 public abstract void scrollEmail(Direction direction, float amount, boolean scrollToEnd);