Home
last modified time | relevance | path

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

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