Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
DMultiSelectManagerTest.java193 mManager.startRangeSelection(15); in testRangeSelection()
199 mManager.startRangeSelection(15); in testRangeSelection_snapExpand()
206 mManager.startRangeSelection(15); in testRangeSelection_snapContract()
213 mManager.startRangeSelection(15); in testRangeSelection_snapInvert()
220 mManager.startRangeSelection(15); in testRangeSelection_multiple()
223 mManager.startRangeSelection(42); in testRangeSelection_multiple()
234 mManager.startRangeSelection(11); in testRangeSelection_singleSelect()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DMultiSelectManager.java384 void startRangeSelection(int pos) { in startRangeSelection() method in MultiSelectManager
DDirectoryFragment.java1487 mSelectionManager.startRangeSelection(doc.getAdapterPosition()); in onKey()