Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java480 static final int MSG_REPORT_PRE_RENDERED = 15; field in InputMethodManager
908 case MSG_REPORT_PRE_RENDERED: { in handleMessage()
1072 mH.obtainMessage(MSG_REPORT_PRE_RENDERED, 0, 0, info)
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java221 static final int MSG_REPORT_PRE_RENDERED = 3060; field in InputMethodManagerService
4031 MSG_REPORT_PRE_RENDERED, info, mCurClient)); in reportPreRendered()
4371 case MSG_REPORT_PRE_RENDERED: { in handleMessage()