Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java1088 getInsertionController().show(); in performLongClick()
1476 ? getSelectionController() : getInsertionController(); in finishBatchEdit()
1940 final InsertionPointCursorController insertionController = getInsertionController(); in refreshTextActionMode()
1990 if (mTextActionMode != null && getInsertionController() != null) { in startInsertionActionMode()
1991 getInsertionController().show(); in startInsertionActionMode()
2230 getInsertionController().show(); in onTouchUpEvent()
2266 private InsertionPointCursorController getInsertionController() { in getInsertionController() method in Editor
3406 getInsertionController().show(); in dismiss()
3773 InsertionPointCursorController insertionController = getInsertionController(); in TextActionModeCallback()