Searched refs:pointerActionEvents (Results 1 - 5 of 5) sorted by relevance
/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/ |
H A D | input_handler_manager_test.cpp | 386 std::initializer_list<int32_t> pointerActionEvents { PointerEvent::POINTER_ACTION_DOWN, in HWTEST_F() 393 EXPECT_FALSE(inputHdlMgr.RecoverPointerEvent(pointerActionEvents, pointerActionEvent)); in HWTEST_F() 396 EXPECT_TRUE(inputHdlMgr.RecoverPointerEvent(pointerActionEvents, pointerActionEvent)); in HWTEST_F() 399 EXPECT_FALSE(inputHdlMgr.RecoverPointerEvent(pointerActionEvents, pointerActionEvent)); in HWTEST_F()
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/ |
H A D | input_handler_manager.h | 46 bool RecoverPointerEvent(std::initializer_list<T> pointerActionEvents, T pointerActionEvent);
|
H A D | input_manager_impl.h | 126 bool RecoverPointerEvent(std::initializer_list<T> pointerActionEvents, T pointerActionEvent);
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_handler_manager.cpp | 625 bool InputHandlerManager::RecoverPointerEvent(std::initializer_list<T> pointerActionEvents, T pointerActionEvent) in RecoverPointerEvent() argument 631 for (const auto &it : pointerActionEvents) { in RecoverPointerEvent()
|
H A D | input_manager_impl.cpp | 1465 bool InputManagerImpl::RecoverPointerEvent(std::initializer_list<T> pointerActionEvents, T pointerActionEvent) in RecoverPointerEvent() argument 1471 for (const auto &it : pointerActionEvents) { in RecoverPointerEvent() 1495 std::initializer_list<int32_t> pointerActionEvents { PointerEvent::POINTER_ACTION_MOVE, in OnDisconnected() 1499 if (RecoverPointerEvent(pointerActionEvents, PointerEvent::POINTER_ACTION_UP)) { in OnDisconnected()
|
Completed in 7 milliseconds