Searched refs:showHunOnBottom (Results 1 – 2 of 2) sorted by relevance
77 boolean showHunOnBottom, String[] excludedOverlayWindowTitles) { in Navigator() argument80 mHunNudgeDirection = showHunOnBottom ? View.FOCUS_DOWN : View.FOCUS_UP; in Navigator()
604 boolean showHunOnBottom = res.getBoolean(R.bool.config_showHeadsUpNotificationOnBottom); in onCreate()605 mHunNudgeDirection = showHunOnBottom ? View.FOCUS_DOWN : View.FOCUS_UP; in onCreate()606 mHunEscapeNudgeDirection = showHunOnBottom ? View.FOCUS_UP : View.FOCUS_DOWN; in onCreate()614 mNavigator = new Navigator(displayWidth, displayHeight, hunLeft, hunRight, showHunOnBottom, in onCreate()