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.java220 private static final int MSG_RESUME_SUGGESTIONS_FOR_START_INPUT = 10; field in LatinIME.UIHandler
281 case MSG_RESUME_SUGGESTIONS_FOR_START_INPUT: in handleMessage()
342 removeMessages(MSG_RESUME_SUGGESTIONS_FOR_START_INPUT); in postResumeSuggestionsInternal()
343 final int message = forStartInput ? MSG_RESUME_SUGGESTIONS_FOR_START_INPUT in postResumeSuggestionsInternal()