Searched refs:mHunNudgeDirection (Results 1 – 3 of 3) sorted by relevance
73 private int mHunNudgeDirection; field in Navigator84 mHunNudgeDirection = showHunOnBottom ? FOCUS_DOWN : FOCUS_UP; in Navigator()999 RotaryProtos.Navigator.HUN_NUDGE_DIRECTION, mHunNudgeDirection);
352 int mHunNudgeDirection; field in RotaryService623 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()
676 int hunNudgeDirection = mRotaryService.mHunNudgeDirection; in testNudgeTo_nudgeToHun()