HomeSort by relevance Sort by last modified time
    Searched refs:MSG_SHOW_BUBBLE (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 64 private static final int MSG_SHOW_BUBBLE = 0;
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/
TutorialJAJP.java 65 private static final int MSG_SHOW_BUBBLE = 0;
75 case MSG_SHOW_BUBBLE:
360 mHandler.obtainMessage(MSG_SHOW_BUBBLE, mBubbles.get(mBubbleIndex)), 500);
372 mHandler.removeMessages(MSG_SHOW_BUBBLE);

Completed in 130 milliseconds