Searched refs:sendRotaryEncoderScrollEvent (Results 1 – 5 of 5) sorted by relevance
52 if (!mVirtualDevice.sendRotaryEncoderScrollEvent(mToken, event)) { in sendScrollEvent()
242 boolean sendRotaryEncoderScrollEvent(IBinder token, in VirtualRotaryEncoderScrollEvent event); in sendRotaryEncoderScrollEvent() method
1229 public boolean sendRotaryEncoderScrollEvent(@NonNull IBinder token, in sendRotaryEncoderScrollEvent() method in VirtualDeviceImpl1234 return mInputController.sendRotaryEncoderScrollEvent(token, event); in sendRotaryEncoderScrollEvent()
418 boolean sendRotaryEncoderScrollEvent(@NonNull IBinder token, in sendRotaryEncoderScrollEvent() method in InputController
601 () -> unownedDevice.sendRotaryEncoderScrollEvent(null, null)); in deviceOwner_cannotMessWithAnotherDeviceTheyDoNotOwn()