Searched refs:invocationMethod (Results 1 – 4 of 4) sorted by relevance
147 @InvocationMethod int invocationMethod, @Nullable String resultId) { in SelectionEvent() argument154 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() argument468 mInvocationMethod = invocationMethod; in setInvocationMethod()
388 final int invocationMethod; in toSelectionEvent() local391 invocationMethod = SelectionEvent.INVOCATION_MANUAL; in toSelectionEvent()394 invocationMethod = SelectionEvent.INVOCATION_LINK; in toSelectionEvent()410 out.setInvocationMethod(invocationMethod); in toSelectionEvent()
602 public final void onClick(View widget, @InvocationMethod int invocationMethod) { in onClick() argument607 switch (invocationMethod) { in onClick()
715 @InvocationMethod int invocationMethod) { in logSelectionStarted() argument728 SelectionEvent.createSelectionStartedEvent(invocationMethod, 0)); in logSelectionStarted()