Searched refs:MSG_MOVE_FOCUS (Results 1 – 2 of 2) sorted by relevance
36 private static final int MSG_MOVE_FOCUS = 1000; field in OnRepeatedKeyInterceptListener54 mHandler.removeMessages(MSG_MOVE_FOCUS); in onInterceptKeyEvent()86 mHandler.sendEmptyMessageDelayed(MSG_MOVE_FOCUS, in onInterceptKeyEvent()100 if (msg.what == MSG_MOVE_FOCUS) { in handleMessage()
88 private static final int MSG_MOVE_FOCUS = 0; field in TextCandidatesViewManager258 case MSG_MOVE_FOCUS:705 Message m = mHandler.obtainMessage(MSG_MOVE_FOCUS, 0, 0); in displayCandidates()1709 mHandler.removeMessages(MSG_MOVE_FOCUS); in clearFocusCandidate()1742 mHandler.removeMessages(MSG_MOVE_FOCUS); in getWnnWord()1748 mHandler.removeMessages(MSG_MOVE_FOCUS); in getWnnWord()1876 Message m = mHandler.obtainMessage(MSG_MOVE_FOCUS, direction, updown ? 1 : 0); in moveFocus()