Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java243 static final int MSG_START_INPUT = 2000; field in InputMethodManagerService
2305 MSG_START_INPUT, mCurInputContextMissingMethods, initial ? 0 : 1 /* restarting */, in attachNewInputLocked()
4342 case MSG_START_INPUT: { in handleMessage()