Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java181 private static final int MSG_DEALLOCATE_MEMORY = 9; field in LatinIME.UIHandler
276 case MSG_DEALLOCATE_MEMORY: in handleMessage()
361 sendMessageDelayed(obtainMessage(MSG_DEALLOCATE_MEMORY), in postDeallocateMemory()
366 removeMessages(MSG_DEALLOCATE_MEMORY); in cancelDeallocateMemory()
370 return hasMessages(MSG_DEALLOCATE_MEMORY); in hasPendingDeallocateMemory()