Home
last modified time | relevance | path

Searched refs:invocationMethod (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/textclassifier/
DSelectionEvent.java145 @InvocationMethod int invocationMethod, @Nullable String resultId) { in SelectionEvent() argument
152 mInvocationMethod = invocationMethod; in SelectionEvent()
220 @SelectionEvent.InvocationMethod int invocationMethod, int start) { in createSelectionStartedEvent()
223 TextClassifier.TYPE_UNKNOWN, invocationMethod, NO_SIGNATURE); in createSelectionStartedEvent()
470 public void setInvocationMethod(@InvocationMethod int invocationMethod) { in setInvocationMethod() argument
471 mInvocationMethod = invocationMethod; in setInvocationMethod()
DTextClassifierEvent.java409 final int invocationMethod; in toSelectionEvent() local
412 invocationMethod = SelectionEvent.INVOCATION_MANUAL; in toSelectionEvent()
415 invocationMethod = SelectionEvent.INVOCATION_LINK; in toSelectionEvent()
431 out.setInvocationMethod(invocationMethod); in toSelectionEvent()
DTextLinks.java624 public final void onClick(View widget, @InvocationMethod int invocationMethod) { in onClick() argument
629 switch (invocationMethod) { in onClick()
/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java764 @InvocationMethod int invocationMethod) { in logSelectionStarted() argument
777 SelectionEvent.createSelectionStartedEvent(invocationMethod, 0)); in logSelectionStarted()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...