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.java486 static final int MSG_REPORT_PRE_RENDERED = 15; field in InputMethodManager
686 case MSG_REPORT_PRE_RENDERED: { in handleMessage()
827 mH.obtainMessage(MSG_REPORT_PRE_RENDERED, 0, 0, info)
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java208 static final int MSG_REPORT_PRE_RENDERED = 3060; field in InputMethodManagerService
3580 MSG_REPORT_PRE_RENDERED, info, mCurClient)); in reportPreRendered()
3851 case MSG_REPORT_PRE_RENDERED: { in handleMessage()