Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/RotaryController/src/com/android/car/rotary/
H A DNavigator.java81 boolean showHunOnBottom) { in Navigator() argument
84 mHunNudgeDirection = showHunOnBottom ? FOCUS_DOWN : FOCUS_UP; in Navigator()
H A DRotaryService.java622 boolean showHunOnBottom = res.getBoolean(R.bool.config_showHeadsUpNotificationOnBottom); in onCreate()
623 mHunNudgeDirection = showHunOnBottom ? View.FOCUS_DOWN : View.FOCUS_UP; in onCreate()
624 mHunEscapeNudgeDirection = showHunOnBottom ? View.FOCUS_UP : View.FOCUS_DOWN; in onCreate()
629 mNavigator = new Navigator(displayWidth, displayHeight, hunLeft, hunRight, showHunOnBottom); in onCreate()