Searched refs:showHunOnBottom (Results 1 – 2 of 2) sorted by relevance
76 boolean showHunOnBottom) { in Navigator() argument79 mHunNudgeDirection = showHunOnBottom ? FOCUS_DOWN : FOCUS_UP; in Navigator()
607 boolean showHunOnBottom = res.getBoolean(R.bool.config_showHeadsUpNotificationOnBottom); in onCreate()608 mHunNudgeDirection = showHunOnBottom ? View.FOCUS_DOWN : View.FOCUS_UP; in onCreate()609 mHunEscapeNudgeDirection = showHunOnBottom ? View.FOCUS_UP : View.FOCUS_DOWN; in onCreate()614 mNavigator = new Navigator(displayWidth, displayHeight, hunLeft, hunRight, showHunOnBottom); in onCreate()