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

  /packages/apps/TV/src/com/android/tv/ui/
OnRepeatedKeyInterceptListener.java 33 private static final int MSG_MOVE_FOCUS = 1000;
51 mHandler.removeMessages(MSG_MOVE_FOCUS);
83 MSG_MOVE_FOCUS, mRepeatedKeyInterval * i / (skippedViewCount + 1));
96 if (msg.what == MSG_MOVE_FOCUS) {
98 if (DEBUG) Log.d(TAG, "MSG_MOVE_FOCUS: focused view " + focused);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java 88 private static final int MSG_MOVE_FOCUS = 0;
258 case MSG_MOVE_FOCUS:
705 Message m = mHandler.obtainMessage(MSG_MOVE_FOCUS, 0, 0);
    [all...]

Completed in 112 milliseconds