Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textclassifier/logging/
DSmartSelectionEventTracker.java208 case SelectionEvent.ActionType.OVERTYPE: in getLogType()
374 @IntDef({ActionType.OVERTYPE, ActionType.COPY, ActionType.PASTE, ActionType.CUT,
379 int OVERTYPE = 100; field
405 @IntDef({ActionType.OVERTYPE, ActionType.COPY, ActionType.PASTE, ActionType.CUT,
573 case ActionType.OVERTYPE: // fall through in isTerminal()