Home
last modified time | relevance | path

Searched refs:clearSelection (Results 1 – 19 of 19) 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.java129 mSelectionMgr.clearSelection(); in onDestroyActionMode()
DAbstractActionHandler.java322 mSelectionMgr.clearSelection(); in deselectAllFiles()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
DActionHandlerTest.java142 mEnv.selectionMgr.clearSelection(); in testCutSelectedDocuments_NoGivenSelection()
162 mEnv.selectionMgr.clearSelection(); in testCopySelectedDocuments_NoGivenSelection()
171 mEnv.selectionMgr.clearSelection(); in testShowDeleteDialog_NoSelection()
181 mEnv.selectionMgr.clearSelection(); in testDeleteSelectedDocuments()
218 mEnv.selectionMgr.clearSelection(); in testShareSelectedDocuments_ArchivedFile()
257 mEnv.selectionMgr.clearSelection(); in testShareSelectedDocuments_VirtualFiles()
/packages/apps/Car/Settings/src/com/android/car/settings/sound/
DRingtonePickerPreferenceController.java135 clearSelection(); in onStopInternal()
142 clearSelection(); in updateState()
216 private void clearSelection() { in clearSelection() method in RingtonePickerPreferenceController
/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/src/com/android/documentsui/files/
DActionHandler.java217 mSelectionMgr.clearSelection(); in openDocument()
256 mSelectionMgr.clearSelection(); in cutToClipboard()
271 mSelectionMgr.clearSelection(); in copyToClipboard()
/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/picker/
DActionHandler.java323 mSelectionMgr.clearSelection(); in openItem()