Home
last modified time | relevance | path

Searched refs:findDocumentsList (Results 1 – 5 of 5) sorted by relevance

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DBandSelectionUiTest.java42 Rect dirListBounds = bots.directory.findDocumentsList().getBounds(); in testBandSelection_allFiles()
53 Rect dirListBounds = bots.directory.findDocumentsList().getBounds(); in testBandSelection_someFiles()
DFingerSelectionUiTest.java42 Rect dirListBounds = bots.directory.findDocumentsList().getBounds(); in testFingerSelection_outOfRange()
DContextMenuUiTest.java111 Rect dirListBounds = bots.directory.findDocumentsList().getBounds(); in testContextMenu_onEmptyArea()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DDirectoryListBot.java79 UiObject docsList = findDocumentsList(); in assertDocumentsCount()
110 UiObject docsList = findDocumentsList(); in assertDocumentsCountOnList()
313 public UiObject findDocumentsList() { in findDocumentsList() method in DirectoryListBot
/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/
DFilesJankPerfTest.java98 new UiScrollable(mDirListBot.findDocumentsList().getSelector()).flingToEnd(MAX_FLINGS); in testFlingJankPerformance()