Searched refs:TEXT_LINK (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DSelectionActionModeHelper.java237 startActionMode(Editor.TextActionMode.TEXT_LINK, result);
255 } else if (result != null && actionMode == Editor.TextActionMode.TEXT_LINK) {
271 case Editor.TextActionMode.TEXT_LINK:
H A DEditor.java184 @IntDef({TextActionMode.SELECTION, TextActionMode.INSERTION, TextActionMode.TEXT_LINK})
188 int TEXT_LINK = 2; field in interface:Editor.TextActionMode
2216 if (actionMode != TextActionMode.TEXT_LINK
2225 if (actionMode == TextActionMode.TEXT_LINK && !selectableText
3909 || (mTextIsSelectable && mode == TextActionMode.TEXT_LINK);

Completed in 64 milliseconds