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.java277 startActionMode(Editor.TextActionMode.TEXT_LINK, result); in startLinkActionMode()
295 } else if (result != null && actionMode == Editor.TextActionMode.TEXT_LINK) { in startActionMode()
311 case Editor.TextActionMode.TEXT_LINK: in startActionMode()
DEditor.java188 @IntDef({TextActionMode.SELECTION, TextActionMode.INSERTION, TextActionMode.TEXT_LINK})
192 int TEXT_LINK = 2; field
2239 if (actionMode != TextActionMode.TEXT_LINK in startActionModeInternal()
2248 if (actionMode == TextActionMode.TEXT_LINK && !selectableText in startActionModeInternal()
3931 || (mTextIsSelectable && mode == TextActionMode.TEXT_LINK); in TextActionModeCallback()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt81580 Landroid/widget/Editor$TextActionMode;->TEXT_LINK:I