Home
last modified time | relevance | path

Searched refs:MSG_START_TUTORIAL (Results 1 – 2 of 2) 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);
351 mHandler.removeMessages(MSG_START_TUTORIAL); in hideWindow()
1058 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_START_TUTORIAL), 500); in startTutorial()
DOpenWnnJAJP.java143 private static final int MSG_START_TUTORIAL = 1; field in OpenWnnJAJP
435 case MSG_START_TUTORIAL:
445 sendMessageDelayed(obtainMessage(MSG_START_TUTORIAL), 100);
591 mHandler.removeMessages(MSG_START_TUTORIAL); in hideWindow()
3035 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_START_TUTORIAL), 500); in startTutorial()