Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTabHost.java363 int directionShouldChangeFocus = View.FOCUS_UP; in dispatchKeyEvent() local
369 directionShouldChangeFocus = View.FOCUS_LEFT; in dispatchKeyEvent()
374 directionShouldChangeFocus = View.FOCUS_RIGHT; in dispatchKeyEvent()
379 directionShouldChangeFocus = View.FOCUS_DOWN; in dispatchKeyEvent()
385 directionShouldChangeFocus = View.FOCUS_UP; in dispatchKeyEvent()
390 && mCurrentView.findFocus().focusSearch(directionShouldChangeFocus) == null) { in dispatchKeyEvent()