Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DNavigator.java69 private int mHunNudgeDirection; field in Navigator
80 mHunNudgeDirection = showHunOnBottom ? View.FOCUS_DOWN : View.FOCUS_UP; in Navigator()
956 RotaryProtos.Navigator.HUN_NUDGE_DIRECTION, mHunNudgeDirection);
DRotaryService.java340 int mHunNudgeDirection; field in RotaryService
605 mHunNudgeDirection = showHunOnBottom ? View.FOCUS_DOWN : View.FOCUS_UP; in onCreate()
2194 if (direction != mHunNudgeDirection) { in focusHunsWindow()
2637 RotaryProtos.RotaryService.HUN_NUDGE_DIRECTION, mHunNudgeDirection); in dump()
/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DRotaryServiceTest.java659 int hunNudgeDirection = mRotaryService.mHunNudgeDirection; in testNudgeTo_nudgeToHun()