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

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 119 private static final int MSG_START_TUTORIAL = 1;
137 case MSG_START_TUTORIAL:
147 sendMessageDelayed(obtainMessage(MSG_START_TUTORIAL), 100);
336 mHandler.removeMessages(MSG_START_TUTORIAL);
    [all...]
OpenWnnJAJP.java 135 private static final int MSG_START_TUTORIAL = 1;
406 case MSG_START_TUTORIAL:
416 sendMessageDelayed(obtainMessage(MSG_START_TUTORIAL), 100);
528 mHandler.removeMessages(MSG_START_TUTORIAL);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 135 private static final int MSG_START_TUTORIAL = 1;
320 case MSG_START_TUTORIAL:
328 sendMessageDelayed(obtainMessage(MSG_START_TUTORIAL), 100);
    [all...]

Completed in 292 milliseconds