Searched refs:mHunNudgeDirection (Results 1 – 3 of 3) sorted by relevance
69 private int mHunNudgeDirection; field in Navigator80 mHunNudgeDirection = showHunOnBottom ? View.FOCUS_DOWN : View.FOCUS_UP; in Navigator()956 RotaryProtos.Navigator.HUN_NUDGE_DIRECTION, mHunNudgeDirection);
340 int mHunNudgeDirection; field in RotaryService605 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()
659 int hunNudgeDirection = mRotaryService.mHunNudgeDirection; in testNudgeTo_nudgeToHun()