Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DOnRepeatedKeyInterceptListener.java33 private static final int MSG_MOVE_FOCUS = 1000; field in OnRepeatedKeyInterceptListener
51 mHandler.removeMessages(MSG_MOVE_FOCUS); in onInterceptKeyEvent()
83 MSG_MOVE_FOCUS, mRepeatedKeyInterval * i / (skippedViewCount + 1)); in onInterceptKeyEvent()
96 if (msg.what == MSG_MOVE_FOCUS) { in handleMessage()