Home
last modified time | relevance | path

Searched refs:INVOCATION_LINK (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/textclassifier/
H A DSelectionEvent.java109 @IntDef({INVOCATION_MANUAL, INVOCATION_LINK, INVOCATION_UNKNOWN})
115 public static final int INVOCATION_LINK = 2; field in SelectionEvent
H A DTextClassifierEvent.java415 invocationMethod = SelectionEvent.INVOCATION_LINK; in toSelectionEvent()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
H A DTextClassifierEventTest.java223 expected.setInvocationMethod(SelectionEvent.INVOCATION_LINK); in toSelectionEvent_link_smartAction()
/aosp14/frameworks/base/core/java/android/widget/
H A DSelectionActionModeHelper.java570 isLink ? SelectionEvent.INVOCATION_LINK : SelectionEvent.INVOCATION_MANUAL); in onOriginalSelection()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt56295 field public static final int INVOCATION_LINK = 2; // 0x2