Searched refs:MSG_MOVE_FOCUS (Results 1 – 1 of 1) sorted by relevance
33 private static final int MSG_MOVE_FOCUS = 1000; field in OnRepeatedKeyInterceptListener51 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()