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

/packages/apps/TV/src/com/android/tv/ui/
H A DOnRepeatedKeyInterceptListener.java36 private static final int MSG_MOVE_FOCUS = 1000; field in class:OnRepeatedKeyInterceptListener
54 mHandler.removeMessages(MSG_MOVE_FOCUS);
86 mHandler.sendEmptyMessageDelayed(MSG_MOVE_FOCUS,
100 if (msg.what == MSG_MOVE_FOCUS) {
102 if (DEBUG) Log.d(TAG, "MSG_MOVE_FOCUS: focused view " + focused);
/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 189 milliseconds