Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textclassifier/
DSelectionEvent.java143 @InvocationMethod int invocationMethod, @Nullable String resultId) { in SelectionEvent() argument
150 mInvocationMethod = invocationMethod; in SelectionEvent()
216 @SelectionEvent.InvocationMethod int invocationMethod, int start) { in createSelectionStartedEvent()
219 TextClassifier.TYPE_UNKNOWN, invocationMethod, NO_SIGNATURE); in createSelectionStartedEvent()
436 void setInvocationMethod(@InvocationMethod int invocationMethod) { in setInvocationMethod() argument
437 mInvocationMethod = invocationMethod; in setInvocationMethod()
DTextLinks.java534 public final void onClick(View widget, @InvocationMethod int invocationMethod) { in onClick() argument
539 switch (invocationMethod) { in onClick()
/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java704 @InvocationMethod int invocationMethod) { in logSelectionStarted() argument
716 SelectionEvent.createSelectionStartedEvent(invocationMethod, 0)); in logSelectionStarted()