OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_START_TUTORIAL
(Results
1 - 2
of
2
) 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);
351
mHandler.removeMessages(
MSG_START_TUTORIAL
);
[
all
...]
OpenWnnJAJP.java
143
private static final int
MSG_START_TUTORIAL
= 1;
435
case
MSG_START_TUTORIAL
:
445
sendMessageDelayed(obtainMessage(
MSG_START_TUTORIAL
), 100);
591
mHandler.removeMessages(
MSG_START_TUTORIAL
);
[
all
...]
Completed in 1200 milliseconds