Searched refs:directionShouldChangeFocus (Results 1 – 1 of 1) sorted by relevance
357 int directionShouldChangeFocus = View.FOCUS_UP; in dispatchKeyEvent() local363 directionShouldChangeFocus = View.FOCUS_LEFT; in dispatchKeyEvent()368 directionShouldChangeFocus = View.FOCUS_RIGHT; in dispatchKeyEvent()373 directionShouldChangeFocus = View.FOCUS_DOWN; in dispatchKeyEvent()379 directionShouldChangeFocus = View.FOCUS_UP; in dispatchKeyEvent()384 && mCurrentView.findFocus().focusSearch(directionShouldChangeFocus) == null) { in dispatchKeyEvent()