Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java281 startActionMode(Editor.TextActionMode.TEXT_LINK, result); in startLinkActionMode()
285 startActionMode(Editor.TextActionMode.SELECTION, result); in startSelectionActionMode()
289 @Editor.TextActionMode int actionMode, @Nullable SelectionResult result) { in startActionMode()
299 } else if (result != null && actionMode == Editor.TextActionMode.TEXT_LINK) { in startActionMode()
316 case Editor.TextActionMode.SELECTION: in startActionMode()
319 case Editor.TextActionMode.TEXT_LINK: in startActionMode()
DEditor.java225 @IntDef({TextActionMode.SELECTION, TextActionMode.INSERTION, TextActionMode.TEXT_LINK})
226 @interface TextActionMode { annotation in Editor
2500 new TextActionModeCallback(TextActionMode.INSERTION); in startInsertionActionMode()
2602 boolean startActionModeInternal(@TextActionMode int actionMode) { in startActionModeInternal()
2612 if (actionMode != TextActionMode.TEXT_LINK in startActionModeInternal()
2626 if (actionMode == TextActionMode.TEXT_LINK && !selectableText in startActionModeInternal()
4621 TextActionModeCallback(@TextActionMode int mode) { in TextActionModeCallback()
4622 mHasSelection = mode == TextActionMode.SELECTION in TextActionModeCallback()
4623 || (mTextIsSelectable && mode == TextActionMode.TEXT_LINK); in TextActionModeCallback()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt66506 Landroid/widget/Editor$TextActionMode;->INSERTION:I
66507 Landroid/widget/Editor$TextActionMode;->SELECTION:I
66508 Landroid/widget/Editor$TextActionMode;->TEXT_LINK:I