Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/
DDocsSelectionHelper.java52 mDelegate.clearSelection(); in reset()
84 mDelegate.clearSelection(); in replaceSelection()
94 public boolean clearSelection() { in clearSelection() method in DocsSelectionHelper
95 return mDelegate.clearSelection(); in clearSelection()
DSharedInputHandler.java122 mSelectionMgr.clearSelection(); in onBack()
138 mSelectionMgr.clearSelection(); in onEscape()
DDummySelectionTracker.java62 public boolean clearSelection() { in clearSelection() method in DummySelectionTracker
DActionModeController.java124 mSelectionMgr.clearSelection(); in onDestroyActionMode()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoTable.java76 PhotoTable.this.clearSelection(); in run()
190 public void clearSelection() { in clearSelection() method in PhotoTable
214 clearSelection(); in setSelection()
233 clearSelection(); in selectNext()
247 clearSelection(); in selectPrevious()
413 clearSelection(); in onTouchEvent()
DEdgeSwipeDetector.java67 mTable.clearSelection(); in onTouchEvent()
DKeyboardInterpreter.java46 mTable.clearSelection(); in onKeyDown()
DPhotoTouchListener.java212 mTable.clearSelection(); in onTouch()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
DActionHandlerTest.java137 mEnv.selectionMgr.clearSelection(); in testCutSelectedDocuments_NoGivenSelection()
157 mEnv.selectionMgr.clearSelection(); in testCopySelectedDocuments_NoGivenSelection()
166 mEnv.selectionMgr.clearSelection(); in testDeleteSelectedDocuments_NoSelection()
221 mEnv.selectionMgr.clearSelection(); in testShareSelectedDocuments_ArchivedFile()
249 mEnv.selectionMgr.clearSelection(); in testShareSelectedDocuments_VirtualFiles()
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DActionHandler.java216 mSelectionMgr.clearSelection(); in openDocument()
255 mSelectionMgr.clearSelection(); in cutToClipboard()
270 mSelectionMgr.clearSelection(); in copyToClipboard()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DKeyInputHandler.java85 mSelectionHelper.clearSelection(); in onKey()
DDragHost.java81 mSelectionMgr.clearSelection(); in dragStopped()
DDragStartListener.java162 mSelectionMgr.clearSelection(); in getSelectionToBeCopied()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DDocsSelectionHelperTest.java162 public boolean clearSelection() { in clearSelection() method in DocsSelectionHelperTest.TestSelectionManager
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DActionHandler.java321 mSelectionMgr.clearSelection(); in openItem()