Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java180 private static final int MSG_WAIT_FOR_DICTIONARY_LOAD = 8; field in LatinIME.UIHandler
273 case MSG_WAIT_FOR_DICTIONARY_LOAD: in handleMessage()
330 sendMessageDelayed(obtainMessage(MSG_WAIT_FOR_DICTIONARY_LOAD), in postWaitForDictionaryLoad()
335 removeMessages(MSG_WAIT_FOR_DICTIONARY_LOAD); in cancelWaitForDictionaryLoad()
339 return hasMessages(MSG_WAIT_FOR_DICTIONARY_LOAD); in hasPendingWaitForDictionaryLoad()