Searched refs:directionShouldChangeFocus (Results 1 – 1 of 1) sorted by relevance
379 int directionShouldChangeFocus = View.FOCUS_UP; in dispatchKeyEvent() local385 directionShouldChangeFocus = View.FOCUS_LEFT; in dispatchKeyEvent()390 directionShouldChangeFocus = View.FOCUS_RIGHT; in dispatchKeyEvent()395 directionShouldChangeFocus = View.FOCUS_DOWN; in dispatchKeyEvent()401 directionShouldChangeFocus = View.FOCUS_UP; in dispatchKeyEvent()406 && mCurrentView.findFocus().focusSearch(directionShouldChangeFocus) == null) { in dispatchKeyEvent()