Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/
DIInputConnectionWrapper.java52 private static final int DO_PERFORM_EDITOR_ACTION = 58; field in IInputConnectionWrapper
155 dispatchMessage(obtainMessageII(DO_PERFORM_EDITOR_ACTION, id, 0)); in performEditorAction()
354 case DO_PERFORM_EDITOR_ACTION: { in executeMessage()