Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java1112 handleRotateEvent(/* clockwise= */ false, detents, in handleKeyEvent()
1119 handleRotateEvent(/* clockwise= */ true, detents, in handleKeyEvent()
1963 handleRotateEvent(clockwise, count, eventTime); in handleRotaryEvent()
1966 private void handleRotateEvent(boolean clockwise, int count, long eventTime) { in handleRotateEvent() method in RotaryService