Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java206 private static final int MSG_UPDATE_SUGGESTION_STRIP = 2; field in LatinIME.UIHandler
252 case MSG_UPDATE_SUGGESTION_STRIP: in handleMessage()
318 sendMessageDelayed(obtainMessage(MSG_UPDATE_SUGGESTION_STRIP, inputStyle, in postUpdateSuggestionStrip()
375 removeMessages(MSG_UPDATE_SUGGESTION_STRIP); in cancelUpdateSuggestionStrip()
379 return hasMessages(MSG_UPDATE_SUGGESTION_STRIP); in hasPendingUpdateSuggestions()