Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DOnRepeatedKeyInterceptListener.java36 private static final int MSG_MOVE_FOCUS = 1000; field in OnRepeatedKeyInterceptListener
54 mHandler.removeMessages(MSG_MOVE_FOCUS); in onInterceptKeyEvent()
86 mHandler.sendEmptyMessageDelayed(MSG_MOVE_FOCUS, in onInterceptKeyEvent()
100 if (msg.what == MSG_MOVE_FOCUS) { in handleMessage()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DTextCandidatesViewManager.java88 private static final int MSG_MOVE_FOCUS = 0; field in TextCandidatesViewManager
258 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()