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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidatesViewManager.java88 private static final int MSG_MOVE_FOCUS = 0; field in class:TextCandidatesViewManager
258 case MSG_MOVE_FOCUS:
705 Message m = mHandler.obtainMessage(MSG_MOVE_FOCUS, 0, 0);
1709 mHandler.removeMessages(MSG_MOVE_FOCUS);
1742 mHandler.removeMessages(MSG_MOVE_FOCUS);
1748 mHandler.removeMessages(MSG_MOVE_FOCUS);
1876 Message m = mHandler.obtainMessage(MSG_MOVE_FOCUS, direction, updown ? 1 : 0);

Completed in 62 milliseconds