Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DGestureBot.java79 public void bandSelection(Point start, Point end) throws Exception { in bandSelection() method in GestureBot
80 bandSelection(start, end, BAND_SELECTION_DEFAULT_STEPS); in bandSelection()
83 public void bandSelection(Point start, Point end, int steps) throws Exception { in bandSelection() method in GestureBot
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DBandSelectionUiTest.java44 bots.gesture.bandSelection(start, end); in testBandSelection_allFiles()
57 bots.gesture.bandSelection(start, end); in testBandSelection_someFiles()