Home
last modified time | relevance | path

Searched refs:fingerSelection (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DGestureBot.java86 public void fingerSelection(Point start, Point end) throws Exception { in fingerSelection() method in GestureBot
87 fingerSelection(start, end, BAND_SELECTION_DEFAULT_STEPS); in fingerSelection()
97 private void fingerSelection(Point start, Point end, int steps) throws Exception { in fingerSelection() method in GestureBot
116 boolean fingerSelection) { in swipe() argument
131 if (fingerSelection) { in swipe()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DFingerSelectionUiTest.java48 bots.gesture.fingerSelection(start, end); in testFingerSelection_outOfRange()