Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java1198 getInsertionController().show(); in performLongClick()
1616 ? getSelectionController() : getInsertionController(); in finishBatchEdit()
2081 final InsertionPointCursorController insertionController = getInsertionController(); in refreshTextActionMode()
2131 if (mTextActionMode != null && getInsertionController() != null) { in startInsertionActionMode()
2132 getInsertionController().show(); in startInsertionActionMode()
2393 getInsertionController().show(); in onTouchUpEvent()
2395 getInsertionController().hide(); in onTouchUpEvent()
2443 private InsertionPointCursorController getInsertionController() { in getInsertionController() method in Editor
3577 getInsertionController().show(); in dismiss()
3944 InsertionPointCursorController insertionController = getInsertionController(); in TextActionModeCallback()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt81660 Landroid/widget/Editor;->getInsertionController()Landroid/widget/Editor$InsertionPointCursorControl…