Home
last modified time | relevance | path

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

/packages/apps/Car/tests/RotaryPlayground/src/com/android/car/rotaryplayground/
DDirectManipulationView.java195 handleRotateEvent( in onGenericMotion()
206 private void handleRotateEvent(@NonNull DirectManipulationView dmv, float scroll) { in handleRotateEvent() method in DirectManipulationView.RotationHandler
/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java1033 handleRotateEvent(/* clockwise= */ false, detents, in handleKeyEvent()
1040 handleRotateEvent(/* clockwise= */ true, detents, in handleKeyEvent()
1721 handleRotateEvent(clockwise, count, eventTime); in handleRotaryEvent()
1724 private void handleRotateEvent(boolean clockwise, int count, long eventTime) { in handleRotateEvent() method in RotaryService