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.java110 public @interface InvocationMethod {} annotation in SelectionEvent
128 private @InvocationMethod int mInvocationMethod;
145 @InvocationMethod int invocationMethod, @Nullable String resultId) { in SelectionEvent()
220 @SelectionEvent.InvocationMethod int invocationMethod, int start) { in createSelectionStartedEvent()
461 public @InvocationMethod int getInvocationMethod() { in getInvocationMethod()
470 public void setInvocationMethod(@InvocationMethod int invocationMethod) { in setInvocationMethod()
DTextClassificationSession.java21 import android.view.textclassifier.SelectionEvent.InvocationMethod;
175 @InvocationMethod
DTextLinks.java603 public @interface InvocationMethod {} annotation in TextLinks.TextLinkSpan
624 public final void onClick(View widget, @InvocationMethod int invocationMethod) { in onClick()
/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java43 import android.view.textclassifier.SelectionEvent.InvocationMethod;
764 @InvocationMethod int invocationMethod) { in logSelectionStarted()