Searched refs:MSG_SHOW_BUBBLE (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DTutorialEN.java64 private static final int MSG_SHOW_BUBBLE = 0; field in class:TutorialEN
73 case MSG_SHOW_BUBBLE:
278 mHandler.obtainMessage(MSG_SHOW_BUBBLE, mBubbles.get(mBubbleIndex)), 500);
290 mHandler.removeMessages(MSG_SHOW_BUBBLE);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DTutorialJAJP.java65 private static final int MSG_SHOW_BUBBLE = 0; field in class:TutorialJAJP
75 case MSG_SHOW_BUBBLE:
360 mHandler.obtainMessage(MSG_SHOW_BUBBLE, mBubbles.get(mBubbleIndex)), 500);
372 mHandler.removeMessages(MSG_SHOW_BUBBLE);

Completed in 61 milliseconds