Home
last modified time | relevance | path

Searched refs:clearSelection (Results 1 – 20 of 20) 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.java129 mSelectionMgr.clearSelection(); in onBack()
145 mSelectionMgr.clearSelection(); in onEscape()
DStubSelectionTracker.java63 public boolean clearSelection() { in clearSelection() method in StubSelectionTracker
DActionModeController.java133 mSelectionMgr.clearSelection(); in onDestroyActionMode()
DNavigationViewManager.java513 mInjector.selectionMgr.clearSelection(); in closeSelectionBar()
DAbstractActionHandler.java339 mSelectionMgr.clearSelection(); in deselectAllFiles()
/packages/apps/Car/Settings/src/com/android/car/settings/sound/
DRingtonePickerPreferenceController.java136 clearSelection(); in onStartInternal()
145 clearSelection(); in onStopInternal()
216 private void clearSelection() { in clearSelection() method in RingtonePickerPreferenceController
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
DActionHandlerTest.java224 mEnv.selectionMgr.clearSelection(); in testCutSelectedDocuments_NoGivenSelection()
244 mEnv.selectionMgr.clearSelection(); in testCopySelectedDocuments_NoGivenSelection()
253 mEnv.selectionMgr.clearSelection(); in testShowDeleteDialog_NoSelection()
263 mEnv.selectionMgr.clearSelection(); in testDeleteSelectedDocuments()
300 mEnv.selectionMgr.clearSelection(); in testShareSelectedDocuments_ArchivedFile()
339 mEnv.selectionMgr.clearSelection(); in testShareSelectedDocuments_VirtualFiles()
838 mEnv.selectionMgr.clearSelection(); in testViewInOwner()
/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/
DProfileTabsControllerTest.java50 mSelectionMgr.clearSelection(); in testClearSelection_enable()
DDocsSelectionHelperTest.java156 public boolean clearSelection() { in clearSelection() method in DocsSelectionHelperTest.TestSelectionManager
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DKeyInputHandler.java85 mSelectionHelper.clearSelection(); in onKey()
DDragHost.java85 mSelectionMgr.clearSelection(); in dragStopped()
DDragStartListener.java162 mSelectionMgr.clearSelection(); in getSelectionToBeCopied()
DRenameDocumentFragment.java196 activity.getInjector().selectionMgr.clearSelection(); in renameDocuments()
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DActionHandler.java228 mSelectionMgr.clearSelection(); in openDocument()
277 mSelectionMgr.clearSelection(); in cutToClipboard()
292 mSelectionMgr.clearSelection(); in copyToClipboard()
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DActionHandler.java410 mSelectionMgr.clearSelection(); in openItem()