Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java214 private static final int MSG_RESUME_SUGGESTIONS = 4; field in LatinIME.UIHandler
276 case MSG_RESUME_SUGGESTIONS: in handleMessage()
341 removeMessages(MSG_RESUME_SUGGESTIONS); in postResumeSuggestionsInternal()
344 : MSG_RESUME_SUGGESTIONS; in postResumeSuggestionsInternal()