Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java1472 final CursorController cursorController = mTextView.hasSelection() ? in finishBatchEdit() local
1474 if (cursorController != null && !cursorController.isActive() in finishBatchEdit()
1475 && !cursorController.isCursorBeingModified()) { in finishBatchEdit()
1476 cursorController.show(); in finishBatchEdit()