Home
last modified time | relevance | path

Searched refs:SendTouchDownForPinch (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/tools/inject_event/include/
H A Dinput_manager_command.h58 void SendTouchDownForPinch(int32_t topX, int32_t topY, int32_t bottomX, int32_t bottomY);
/ohos5.0/foundation/multimodalinput/input/tools/inject_event/src/
H A Dinput_manager_command.cpp2260 SendTouchDownForPinch(topX, topY, bottomX, bottomY); in ActionPinchEvent()
2286 void InputManagerCommand::SendTouchDownForPinch(int32_t topX, int32_t topY, int32_t bottomX, int32_… in SendTouchDownForPinch() function in OHOS::MMI::InputManagerCommand