Home
last modified time | relevance | path

Searched refs:dirListBounds (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DBandSelectionUiTest.java42 Rect dirListBounds = bots.directory.findDocumentsList().getBounds(); in testBandSelection_allFiles() local
44 Point start = new Point(dirListBounds.right - 1, startDir.centerY()); in testBandSelection_allFiles()
45 Point end = new Point(dirListBounds.left + 1, dirListBounds.bottom - 1); in testBandSelection_allFiles()
53 Rect dirListBounds = bots.directory.findDocumentsList().getBounds(); in testBandSelection_someFiles() local
57 Point start = new Point(dirListBounds.right - 1, startDoc.bottom - 1); in testBandSelection_someFiles()
DFingerSelectionUiTest.java42 Rect dirListBounds = bots.directory.findDocumentsList().getBounds(); in testFingerSelection_outOfRange() local
47 Point end = new Point(dirListBounds.right, dirListBounds.bottom); in testFingerSelection_outOfRange()
DContextMenuUiTest.java111 Rect dirListBounds = bots.directory.findDocumentsList().getBounds(); in testContextMenu_onEmptyArea() local
116 bots.directory.rightClickDocument(new Point(dirListBounds.right - 1, dirBounds.centerY())); in testContextMenu_onEmptyArea()