Home
last modified time | relevance | path

Searched refs:EVENT_SELECTION_MODIFIED (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/textclassifier/
DSelectionEvent.java87 EVENT_SELECTION_STARTED, EVENT_SELECTION_MODIFIED,
101 public static final int EVENT_SELECTION_MODIFIED = 2; field in SelectionEvent
241 start, end, SelectionEvent.EVENT_SELECTION_MODIFIED, in createSelectionModifiedEvent()
265 start, end, SelectionEvent.EVENT_SELECTION_MODIFIED, in createSelectionModifiedEvent()
DTextClassificationSession.java166 case SelectionEvent.EVENT_SELECTION_MODIFIED: in sanitizeEvent()
DSelectionSessionLogger.java126 case SelectionEvent.EVENT_SELECTION_MODIFIED: in getLogType()
DTextClassifierEvent.java428 eventType = SelectionEvent.EVENT_SELECTION_MODIFIED; in toSelectionEvent()
/frameworks/base/api/
Dcurrent.txt53500 field public static final int EVENT_SELECTION_MODIFIED = 2; // 0x2