Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
H A DBandSelectionUiTest.java54 Rect startDoc = bots.directory.findDocument(fileNameNoRename).getBounds(); in testBandSelection_someFiles() local
57 Point start = new Point(dirListBounds.right - 1, startDoc.bottom - 1); in testBandSelection_someFiles()