Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/input/
DVirtualRotaryEncoder.java52 if (!mVirtualDevice.sendRotaryEncoderScrollEvent(mToken, event)) { in sendScrollEvent()
/frameworks/base/core/java/android/companion/virtual/
DIVirtualDevice.aidl242 boolean sendRotaryEncoderScrollEvent(IBinder token, in VirtualRotaryEncoderScrollEvent event); in sendRotaryEncoderScrollEvent() method
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DVirtualDeviceImpl.java1229 public boolean sendRotaryEncoderScrollEvent(@NonNull IBinder token, in sendRotaryEncoderScrollEvent() method in VirtualDeviceImpl
1234 return mInputController.sendRotaryEncoderScrollEvent(token, event); in sendRotaryEncoderScrollEvent()
DInputController.java418 boolean sendRotaryEncoderScrollEvent(@NonNull IBinder token, in sendRotaryEncoderScrollEvent() method in InputController
/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/
DVirtualDeviceManagerServiceTest.java601 () -> unownedDevice.sendRotaryEncoderScrollEvent(null, null)); in deviceOwner_cannotMessWithAnotherDeviceTheyDoNotOwn()