Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnEN.java119 private static final int MSG_START_TUTORIAL = 1; field in OpenWnnEN
137 case MSG_START_TUTORIAL:
147 sendMessageDelayed(obtainMessage(MSG_START_TUTORIAL), 100);
336 mHandler.removeMessages(MSG_START_TUTORIAL); in hideWindow()
1036 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_START_TUTORIAL), 500); in startTutorial()
DOpenWnnJAJP.java135 private static final int MSG_START_TUTORIAL = 1; field in OpenWnnJAJP
403 case MSG_START_TUTORIAL:
413 sendMessageDelayed(obtainMessage(MSG_START_TUTORIAL), 100);
523 mHandler.removeMessages(MSG_START_TUTORIAL); in hideWindow()
2511 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_START_TUTORIAL), 500); in startTutorial()
/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DLatinIME.java73 private static final int MSG_START_TUTORIAL = 1; field in LatinIME
155 case MSG_START_TUTORIAL:
162 sendMessageDelayed(obtainMessage(MSG_START_TUTORIAL), 100);
1058 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_START_TUTORIAL), 500); in startTutorial()