Searched refs:RecoverPointerEvent (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/ |
H A D | input_manager_impl_test.cpp | 113 …EXPECT_FALSE(InputMgrImpl.RecoverPointerEvent(pointerActionPullEvents, PointerEvent::POINTER_ACTIO… 119 …EXPECT_TRUE(InputMgrImpl.RecoverPointerEvent(pointerActionPullEvents, PointerEvent::POINTER_ACTION… 122 …EXPECT_FALSE(InputMgrImpl.RecoverPointerEvent(pointerActionPullEvents, PointerEvent::POINTER_ACTIO…
|
H A D | input_handler_manager_test.cpp | 393 EXPECT_FALSE(inputHdlMgr.RecoverPointerEvent(pointerActionEvents, pointerActionEvent)); 396 EXPECT_TRUE(inputHdlMgr.RecoverPointerEvent(pointerActionEvents, pointerActionEvent)); 399 EXPECT_FALSE(inputHdlMgr.RecoverPointerEvent(pointerActionEvents, pointerActionEvent));
|
/ohos5.0/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 | 118 bool RecoverPointerEvent(std::initializer_list<T> pointerActionEvents, T pointerActionEvent);
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_handler_manager.cpp | 505 bool InputHandlerManager::RecoverPointerEvent(std::initializer_list<T> pointerActionEvents, T point… in RecoverPointerEvent() function in OHOS::MMI::InputHandlerManager 539 if (RecoverPointerEvent(pointerActionSwipeEvents, PointerEvent::POINTER_ACTION_SWIPE_END)) { in OnDisconnected()
|
H A D | input_manager_impl.cpp | 1371 bool InputManagerImpl::RecoverPointerEvent(std::initializer_list<T> pointerActionEvents, T pointerA… in RecoverPointerEvent() function in OHOS::MMI::InputManagerImpl 1411 if (RecoverPointerEvent(pointerActionEvents, PointerEvent::POINTER_ACTION_UP)) { in OnDisconnected() 1416 if (RecoverPointerEvent(pointerActionPullEvents, PointerEvent::POINTER_ACTION_PULL_UP)) { in OnDisconnected()
|