Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DRotaryServiceTest.java436 mRotaryService.onRotaryEvents(validDisplayId, events); in testOnRotaryEvents_withoutFocusedView()
483 mRotaryService.onRotaryEvents(validDisplayId, events); in testOnRotaryEvents_withFocusedView()
490 mRotaryService.onRotaryEvents(validDisplayId, events); in testOnRotaryEvents_withFocusedView()
497 mRotaryService.onRotaryEvents(validDisplayId, events); in testOnRotaryEvents_withFocusedView()
536 mRotaryService.onRotaryEvents(validDisplayId, in testOnRotaryEvents_acceleration()
544 mRotaryService.onRotaryEvents(validDisplayId, in testOnRotaryEvents_acceleration()
552 mRotaryService.onRotaryEvents(validDisplayId, in testOnRotaryEvents_acceleration()
560 mRotaryService.onRotaryEvents(validDisplayId, in testOnRotaryEvents_acceleration()
567 mRotaryService.onRotaryEvents(validDisplayId, in testOnRotaryEvents_acceleration()
575 mRotaryService.onRotaryEvents(validDisplayId, in testOnRotaryEvents_acceleration()
[all …]
/packages/services/Car/car-lib/src/android/car/input/
DCarInputManager.java83 default void onRotaryEvents(@DisplayTypeEnum int targetDisplayType, in onRotaryEvents() method
394 callbackHolder.mCallback.onRotaryEvents(targetDisplayType, events); in dispatchRotaryEvents()
442 public void onRotaryEvents(@DisplayTypeEnum int targetDisplayType, in onRotaryEvents() method in CarInputManager.ICarInputCallbackImpl
DICarInputCallback.aidl29 void onRotaryEvents(int targetDisplayType, in List<RotaryEvent> events) = 2; in onRotaryEvents() method
/packages/services/Car/service/src/com/android/car/
DInputCaptureClientController.java733 callback.onRotaryEvents(targetDisplayType, mRotaryEventDispatchScratchList); in dispatchRotaryEvent()
/packages/services/Car/tests/carservice_test/src/com/android/car/input/
DCarInputManagerTest.java115 public void onRotaryEvents(@DisplayTypeEnum int targetDisplayType, in onRotaryEvents() method in CarInputManagerTest.CaptureCallback
/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java843 public void onRotaryEvents(@DisplayTypeEnum int targetDisplayType, in onRotaryEvents() method in RotaryService
/packages/services/Car/car-lib/api/
Dsystem-current.txt949 …method public default void onRotaryEvents(int, @NonNull java.util.List<android.car.input.RotaryEve…