Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java277 startActionMode(Editor.TextActionMode.TEXT_LINK, result); in startLinkActionMode()
281 startActionMode(Editor.TextActionMode.SELECTION, result); in startSelectionActionMode()
285 @Editor.TextActionMode int actionMode, @Nullable SelectionResult result) { in startActionMode()
295 } else if (result != null && actionMode == Editor.TextActionMode.TEXT_LINK) { in startActionMode()
308 case Editor.TextActionMode.SELECTION: in startActionMode()
311 case Editor.TextActionMode.TEXT_LINK: in startActionMode()
DEditor.java188 @IntDef({TextActionMode.SELECTION, TextActionMode.INSERTION, TextActionMode.TEXT_LINK})
189 @interface TextActionMode { annotation in Editor
2128 new TextActionModeCallback(TextActionMode.INSERTION); in startInsertionActionMode()
2229 boolean startActionModeInternal(@TextActionMode int actionMode) { in startActionModeInternal()
2239 if (actionMode != TextActionMode.TEXT_LINK in startActionModeInternal()
2248 if (actionMode == TextActionMode.TEXT_LINK && !selectableText in startActionModeInternal()
3929 TextActionModeCallback(@TextActionMode int mode) { in TextActionModeCallback()
3930 mHasSelection = mode == TextActionMode.SELECTION in TextActionModeCallback()
3931 || (mTextIsSelectable && mode == TextActionMode.TEXT_LINK); in TextActionModeCallback()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt81578 Landroid/widget/Editor$TextActionMode;->INSERTION:I
81579 Landroid/widget/Editor$TextActionMode;->SELECTION:I
81580 Landroid/widget/Editor$TextActionMode;->TEXT_LINK:I