Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DContextMenuUiTest.java81 bots.directory.rightClickDocument("file1.png"); in testContextMenu_onFile()
91 bots.directory.rightClickDocument("Dir1"); in testContextMenu_onDir()
101 bots.directory.rightClickDocument("Dir1"); in testContextMenu_onMixedFileDir()
113 bots.directory.rightClickDocument(new Point(dirListBounds.right - 1, dirBounds.centerY())); in testContextMenu_onEmptyArea()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DDirectoryListBot.java357 public void rightClickDocument(String label) throws UiObjectNotFoundException { in rightClickDocument() method in DirectoryListBot
359 rightClickDocument(new Point(startCoord.centerX(), startCoord.centerY())); in rightClickDocument()
362 public void rightClickDocument(Point point) throws UiObjectNotFoundException { in rightClickDocument() method in DirectoryListBot