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.java212 private static final int MSG_UPDATE_SUGGESTION_STRIP = 2; field in LatinIME.UIHandler
258 case MSG_UPDATE_SUGGESTION_STRIP: in handleMessage()
324 sendMessageDelayed(obtainMessage(MSG_UPDATE_SUGGESTION_STRIP, inputStyle, in postUpdateSuggestionStrip()
381 removeMessages(MSG_UPDATE_SUGGESTION_STRIP); in cancelUpdateSuggestionStrip()
385 return hasMessages(MSG_UPDATE_SUGGESTION_STRIP); in hasPendingUpdateSuggestions()