Home
last modified time | relevance | path

Searched refs:SetRelWheel (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/tools/event_inject/src/
H A Dprocessing_mouse_device.cpp122 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 Ddevice_base.cpp326 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 Ddevice_base.h59 void SetRelWheel(InputEventArray& inputEventArray, int64_t blockTime, int32_t value = 0);
/foundation/multimodalinput/input/tools/event_inject/test/
H A Ddevice_base_test.cpp730 * @tc.desc:Verify device base function SetRelWheel
740 deviceBaseDemo.SetRelWheel(inputEventArray, blockTime, value); in HWTEST_F()

Completed in 3 milliseconds