Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java1905 final CursorController cursorController = mTextView.hasSelection() in finishBatchEdit() local
1907 if (cursorController != null && !cursorController.isActive() in finishBatchEdit()
1908 && !cursorController.isCursorBeingModified() in finishBatchEdit()
1910 cursorController.show(); in finishBatchEdit()