Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java1593 final CursorController cursorController = mTextView.hasSelection() in finishBatchEdit() local
1595 if (cursorController != null && !cursorController.isActive() in finishBatchEdit()
1596 && !cursorController.isCursorBeingModified()) { in finishBatchEdit()
1597 cursorController.show(); in finishBatchEdit()