HomeSort by relevance Sort by last modified time
    Searched refs:MSG_PREDICTION (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 116 private static final int MSG_PREDICTION = 0;
134 case MSG_PREDICTION:
268 mHandler.removeMessages(MSG_PREDICTION);
276 mHandler.removeMessages(MSG_PREDICTION);
806 mHandler.removeMessages(MSG_PREDICTION);
807 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_PREDICTION), 0);
811 mHandler.removeMessages(MSG_PREDICTION);
813 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_PREDICTION),
816 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_PREDICTION),
820 mHandler.removeMessages(MSG_PREDICTION);
    [all...]
OpenWnnJAJP.java 140 private static final int MSG_PREDICTION = 0;
432 case MSG_PREDICTION:
    [all...]

Completed in 3231 milliseconds