Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java182 private static final int MSG_RESUME_SUGGESTIONS_FOR_START_INPUT = 10; field in LatinIME.UIHandler
243 case MSG_RESUME_SUGGESTIONS_FOR_START_INPUT: in handleMessage()
304 removeMessages(MSG_RESUME_SUGGESTIONS_FOR_START_INPUT); in postResumeSuggestionsInternal()
305 final int message = forStartInput ? MSG_RESUME_SUGGESTIONS_FOR_START_INPUT in postResumeSuggestionsInternal()