Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java281 startActionMode(Editor.TextActionMode.TEXT_LINK, result); in startLinkActionMode()
299 } else if (result != null && actionMode == Editor.TextActionMode.TEXT_LINK) { in startActionMode()
319 case Editor.TextActionMode.TEXT_LINK: in startActionMode()
DEditor.java225 @IntDef({TextActionMode.SELECTION, TextActionMode.INSERTION, TextActionMode.TEXT_LINK})
229 int TEXT_LINK = 2; field
2612 if (actionMode != TextActionMode.TEXT_LINK in startActionModeInternal()
2626 if (actionMode == TextActionMode.TEXT_LINK && !selectableText in startActionModeInternal()
4623 || (mTextIsSelectable && mode == TextActionMode.TEXT_LINK); in TextActionModeCallback()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt66508 Landroid/widget/Editor$TextActionMode;->TEXT_LINK:I