Searched refs:onRotaryEvents (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/ |
D | RotaryServiceTest.java | 436 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/ |
D | CarInputManager.java | 83 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
|
D | ICarInputCallback.aidl | 29 void onRotaryEvents(int targetDisplayType, in List<RotaryEvent> events) = 2; in onRotaryEvents() method
|
/packages/services/Car/service/src/com/android/car/ |
D | InputCaptureClientController.java | 733 callback.onRotaryEvents(targetDisplayType, mRotaryEventDispatchScratchList); in dispatchRotaryEvent()
|
/packages/services/Car/tests/carservice_test/src/com/android/car/input/ |
D | CarInputManagerTest.java | 115 public void onRotaryEvents(@DisplayTypeEnum int targetDisplayType, in onRotaryEvents() method in CarInputManagerTest.CaptureCallback
|
/packages/apps/Car/RotaryController/src/com/android/car/rotary/ |
D | RotaryService.java | 843 public void onRotaryEvents(@DisplayTypeEnum int targetDisplayType, in onRotaryEvents() method in RotaryService
|
/packages/services/Car/car-lib/api/ |
D | system-current.txt | 949 …method public default void onRotaryEvents(int, @NonNull java.util.List<android.car.input.RotaryEve…
|