Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DNavigator.java76 boolean showHunOnBottom) { in Navigator() argument
79 mHunNudgeDirection = showHunOnBottom ? FOCUS_DOWN : FOCUS_UP; in Navigator()
DRotaryService.java607 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()