Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/RotaryController/src/com/android/car/rotary/
H A DNavigator.java73 private int mHunNudgeDirection; field in Navigator
84 mHunNudgeDirection = showHunOnBottom ? FOCUS_DOWN : FOCUS_UP; in Navigator()
999 RotaryProtos.Navigator.HUN_NUDGE_DIRECTION, mHunNudgeDirection);
H A DRotaryService.java352 int mHunNudgeDirection; field in RotaryService
623 mHunNudgeDirection = showHunOnBottom ? View.FOCUS_DOWN : View.FOCUS_UP; in onCreate()
2394 if (direction != mHunNudgeDirection) { in focusHunsWindow()
2847 RotaryProtos.RotaryService.HUN_NUDGE_DIRECTION, mHunNudgeDirection); in dump()
/aosp12/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
H A DRotaryServiceTest.java676 int hunNudgeDirection = mRotaryService.mHunNudgeDirection; in testNudgeTo_nudgeToHun()