Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java1825 final CursorController cursorController = mTextView.hasSelection() in finishBatchEdit() local
1827 if (cursorController != null && !cursorController.isActive() in finishBatchEdit()
1828 && !cursorController.isCursorBeingModified()) { in finishBatchEdit()
1829 cursorController.show(); in finishBatchEdit()