Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textclassifier/
DSelectionEvent.java147 @InvocationMethod int invocationMethod, @Nullable String resultId) { in SelectionEvent() argument
154 mInvocationMethod = invocationMethod; in SelectionEvent()
222 @SelectionEvent.InvocationMethod int invocationMethod, int start) { in createSelectionStartedEvent()
225 TextClassifier.TYPE_UNKNOWN, invocationMethod, NO_SIGNATURE); in createSelectionStartedEvent()
467 public void setInvocationMethod(@InvocationMethod int invocationMethod) { in setInvocationMethod() argument
468 mInvocationMethod = invocationMethod; in setInvocationMethod()
DTextClassifierEvent.java388 final int invocationMethod; in toSelectionEvent() local
391 invocationMethod = SelectionEvent.INVOCATION_MANUAL; in toSelectionEvent()
394 invocationMethod = SelectionEvent.INVOCATION_LINK; in toSelectionEvent()
410 out.setInvocationMethod(invocationMethod); in toSelectionEvent()
DTextLinks.java602 public final void onClick(View widget, @InvocationMethod int invocationMethod) { in onClick() argument
607 switch (invocationMethod) { in onClick()
/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java715 @InvocationMethod int invocationMethod) { in logSelectionStarted() argument
728 SelectionEvent.createSelectionStartedEvent(invocationMethod, 0)); in logSelectionStarted()