Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DInputHalService.java67 void onRotaryEvent(RotaryEvent event, int targetDisplay); in onRotaryEvent() method
279 listener.onRotaryEvent(event, display);
/packages/services/Car/service/src/com/android/car/
DCarInputService.java455 public void onRotaryEvent(RotaryEvent event, int targetDisplay) { in onRotaryEvent() method in CarInputService
456 if (!mCaptureController.onRotaryEvent(targetDisplay, event)) { in onRotaryEvent()
DInputCaptureClientController.java518 public boolean onRotaryEvent(int displayType, RotaryEvent event) { in onRotaryEvent() method in InputCaptureClientController
DCarShellCommand.java853 mCarInputService.onRotaryEvent(rotaryEvent, display);