/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | DocsSelectionHelper.java | 52 mDelegate.clearSelection(); in reset() 84 mDelegate.clearSelection(); in replaceSelection() 94 public boolean clearSelection() { in clearSelection() method in DocsSelectionHelper 95 return mDelegate.clearSelection(); in clearSelection()
|
D | SharedInputHandler.java | 129 mSelectionMgr.clearSelection(); in onBack() 145 mSelectionMgr.clearSelection(); in onEscape()
|
D | StubSelectionTracker.java | 63 public boolean clearSelection() { in clearSelection() method in StubSelectionTracker
|
D | ActionModeController.java | 129 mSelectionMgr.clearSelection(); in onDestroyActionMode()
|
D | AbstractActionHandler.java | 322 mSelectionMgr.clearSelection(); in deselectAllFiles()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/ |
D | ActionHandlerTest.java | 142 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/ |
D | RingtonePickerPreferenceController.java | 135 clearSelection(); in onStopInternal() 142 clearSelection(); in updateState() 216 private void clearSelection() { in clearSelection() method in RingtonePickerPreferenceController
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
D | PhotoTable.java | 76 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()
|
D | EdgeSwipeDetector.java | 67 mTable.clearSelection(); in onTouchEvent()
|
D | KeyboardInterpreter.java | 46 mTable.clearSelection(); in onKeyDown()
|
D | PhotoTouchListener.java | 212 mTable.clearSelection(); in onTouch()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/files/ |
D | ActionHandler.java | 217 mSelectionMgr.clearSelection(); in openDocument() 256 mSelectionMgr.clearSelection(); in cutToClipboard() 271 mSelectionMgr.clearSelection(); in copyToClipboard()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/ |
D | ProfileTabsControllerTest.java | 50 mSelectionMgr.clearSelection(); in testClearSelection_enable()
|
D | DocsSelectionHelperTest.java | 156 public boolean clearSelection() { in clearSelection() method in DocsSelectionHelperTest.TestSelectionManager
|
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | KeyInputHandler.java | 85 mSelectionHelper.clearSelection(); in onKey()
|
D | DragHost.java | 85 mSelectionMgr.clearSelection(); in dragStopped()
|
D | DragStartListener.java | 162 mSelectionMgr.clearSelection(); in getSelectionToBeCopied()
|
D | RenameDocumentFragment.java | 196 activity.getInjector().selectionMgr.clearSelection(); in renameDocuments()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/ |
D | ActionHandler.java | 323 mSelectionMgr.clearSelection(); in openItem()
|