Home
last modified time | relevance | path

Searched refs:EVENT_SMART_SELECTION_SINGLE (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/textclassifier/
DTextClassificationSession.java161 case SelectionEvent.EVENT_SMART_SELECTION_SINGLE: // fall through in sanitizeEvent()
216 case SelectionEvent.EVENT_SMART_SELECTION_SINGLE: // fall through in modifyAutoSelectionEventType()
224 event.setEventType(SelectionEvent.EVENT_SMART_SELECTION_SINGLE); in modifyAutoSelectionEventType()
DSelectionEvent.java88 EVENT_SMART_SELECTION_SINGLE, EVENT_SMART_SELECTION_MULTI,
103 public static final int EVENT_SMART_SELECTION_SINGLE = 3; field in SelectionEvent
DSelectionSessionLogger.java128 case SelectionEvent.EVENT_SMART_SELECTION_SINGLE: in getLogType()
DTextClassifierEvent.java431 eventType = SelectionEvent.EVENT_SMART_SELECTION_SINGLE; in toSelectionEvent()
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextClassifierEventTest.java100 expected.setEventType(SelectionEvent.EVENT_SMART_SELECTION_SINGLE); in toSelectionEvent_smartSelectionSingle()
/frameworks/base/api/
Dcurrent.txt53503 field public static final int EVENT_SMART_SELECTION_SINGLE = 3; // 0x3