Home
last modified time | relevance | path

Searched refs:twoFingerGesture_ (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp1044 handler.twoFingerGesture_.active = true; in HWTEST_F()
1045 handler.twoFingerGesture_.touches[0].downTime = 150000; in HWTEST_F()
1046 handler.twoFingerGesture_.touches[0].id = 10; in HWTEST_F()
1047 handler.twoFingerGesture_.touches[0].x = 100; in HWTEST_F()
1048 handler.twoFingerGesture_.touches[0].y = 200; in HWTEST_F()
1049 handler.twoFingerGesture_.touches[1].downTime = 100000; in HWTEST_F()
1050 handler.twoFingerGesture_.touches[0].id = 5; in HWTEST_F()
1051 handler.twoFingerGesture_.touches[0].x = 50; in HWTEST_F()
1052 handler.twoFingerGesture_.touches[0].y = 100; in HWTEST_F()
1054 handler.twoFingerGesture_ in HWTEST_F()
[all...]
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp228 if (!twoFingerGesture_.active) { in HandlePointerActionMoveEvent()
231 if (twoFingerGesture_.timerId == -1) { in HandlePointerActionMoveEvent()
235 auto pos = std::find_if(std::begin(twoFingerGesture_.touches), std::end(twoFingerGesture_.touches), in HandlePointerActionMoveEvent()
237 if (pos == std::end(twoFingerGesture_.touches)) { in HandlePointerActionMoveEvent()
283 if (!twoFingerGesture_.active) { in HandleFingerGestureDownEvent()
297 twoFingerGesture_.touches[num - 1].id = id; in HandleFingerGestureDownEvent()
298 twoFingerGesture_.touches[num - 1].x = item.GetDisplayX(); in HandleFingerGestureDownEvent()
299 twoFingerGesture_.touches[num - 1].y = item.GetDisplayY(); in HandleFingerGestureDownEvent()
300 twoFingerGesture_ in HandleFingerGestureDownEvent()
[all...]
/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h347 TwoFingerGesture twoFingerGesture_; member in OHOS::MMI::final

Completed in 5 milliseconds