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.java109 public @interface InvocationMethod {} annotation in SelectionEvent
127 private @InvocationMethod int mInvocationMethod;
143 @InvocationMethod int invocationMethod, @Nullable String resultId) { in SelectionEvent()
216 @SelectionEvent.InvocationMethod int invocationMethod, int start) { in createSelectionStartedEvent()
429 public @InvocationMethod int getInvocationMethod() { in getInvocationMethod()
436 void setInvocationMethod(@InvocationMethod int invocationMethod) { in setInvocationMethod()
DTextClassificationSession.java20 import android.view.textclassifier.SelectionEvent.InvocationMethod;
113 @InvocationMethod
DTextLinks.java513 public @interface InvocationMethod {} annotation in TextLinks.TextLinkSpan
534 public final void onClick(View widget, @InvocationMethod int invocationMethod) { in onClick()
/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java37 import android.view.textclassifier.SelectionEvent.InvocationMethod;
704 @InvocationMethod int invocationMethod) { in logSelectionStarted()