HomeSort by relevance Sort by last modified time
    Searched refs:INVOCATION_MANUAL (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/tests/coretests/src/android/view/textclassifier/
SelectionEventTest.java 60 SelectionEvent.INVOCATION_MANUAL, 0);
  /frameworks/base/core/java/android/view/textclassifier/
SelectionEvent.java 108 @IntDef({INVOCATION_MANUAL, INVOCATION_LINK, INVOCATION_UNKNOWN})
112 public static final int INVOCATION_MANUAL = 1;
SelectionSessionLogger.java 138 case SelectionEvent.INVOCATION_MANUAL:
  /cts/tests/tests/view/src/android/view/textclassifier/cts/
TextClassificationManagerTest.java 167 SelectionEvent.createSelectionStartedEvent(SelectionEvent.INVOCATION_MANUAL, 0));
  /frameworks/base/core/java/android/widget/
SelectionActionModeHelper.java 515 isLink ? SelectionEvent.INVOCATION_LINK : SelectionEvent.INVOCATION_MANUAL);
    [all...]

Completed in 384 milliseconds