Searched defs:SelectionModifierCursorController (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/widget/
H A DEditor.java165 SelectionModifierCursorController mSelectionModifierCursorController;
997 SelectionModifierCursorController selectionController = getSelectionController();
1131 SelectionModifierCursorController selectionController = getSelectionController();
1878 final SelectionModifierCursorController selectionController = getSelectionController();
1972 SelectionModifierCursorController.DRAG_ACCELERATOR_MODE_WORD);
2187 SelectionModifierCursorController getSelectionController() {
2193 mSelectionModifierCursorController = new SelectionModifierCursorController();
3660 SelectionModifierCursorController selectionController = getSelectionController();
5104 class SelectionModifierCursorController implements CursorController { class in class:Editor
5134 SelectionModifierCursorController() { method in class:Editor.SelectionModifierCursorController
[all...]

Completed in 74 milliseconds