Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java1615 final CursorController cursorController = mTextView.hasSelection() in finishBatchEdit() local
1617 if (cursorController != null && !cursorController.isActive() in finishBatchEdit()
1618 && !cursorController.isCursorBeingModified()) { in finishBatchEdit()
1619 cursorController.show(); in finishBatchEdit()