Searched refs:SetRelWheel (Results 1 - 4 of 4) sorted by relevance
/foundation/multimodalinput/input/tools/event_inject/src/ |
H A D | processing_mouse_device.cpp | 122 SetRelWheel(inputEventArray, mouseEvent.blockTime, static_cast<int32_t>(distance)); in TransformMouseWheelEvent() 133 SetRelWheel(inputEventArray, mouseEvent.blockTime, static_cast<int32_t>(distance)); in TransformMouseHwheelEvent()
|
H A D | device_base.cpp | 326 void DeviceBase::SetRelWheel(InputEventArray& inputEventArray, int64_t blockTime, int32_t value) in SetRelWheel() function in OHOS::MMI::DeviceBase
|
/foundation/multimodalinput/input/tools/event_inject/include/ |
H A D | device_base.h | 59 void SetRelWheel(InputEventArray& inputEventArray, int64_t blockTime, int32_t value = 0);
|
/foundation/multimodalinput/input/tools/event_inject/test/ |
H A D | device_base_test.cpp | 730 * @tc.desc:Verify device base function SetRelWheel 740 deviceBaseDemo.SetRelWheel(inputEventArray, blockTime, value); in HWTEST_F()
|
Completed in 3 milliseconds