Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dpost_event_manager_test_ng.cpp117 TouchEvent touchMoveEvent; in HWTEST_F() local
118 touchMoveEvent.type = TouchType::MOVE; in HWTEST_F()
119 touchMoveEvent.x = 15; in HWTEST_F()
120 touchMoveEvent.y = 15; in HWTEST_F()
124 touchMoveEvent.time = time; in HWTEST_F()
125 result = postEventManager_->PostEvent(root_, touchMoveEvent); in HWTEST_F()
179 TouchEvent touchMoveEvent; in HWTEST_F() local
180 touchMoveEvent.type = TouchType::DOWN; in HWTEST_F()
181 touchMoveEvent.x = 15; in HWTEST_F()
182 touchMoveEvent in HWTEST_F()
299 TouchEvent touchMoveEvent; HWTEST_F() local
[all...]
/foundation/multimodalinput/input/service/event_handler/include/
H A Devent_normalize_handler.h68 double CalcTouchOffset(const std::shared_ptr<PointerEvent> touchMoveEvent);
/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp778 double EventNormalizeHandler::CalcTouchOffset(const std::shared_ptr<PointerEvent> touchMoveEvent) in CalcTouchOffset() argument
780 CHKPR(touchMoveEvent, ERROR_NULL_POINTER); in CalcTouchOffset()
781 auto moveItems = touchMoveEvent->GetAllPointerItems(); in CalcTouchOffset()
790 auto displayInfo = WIN_MGR->GetPhysicalDisplay(touchMoveEvent->GetTargetDisplayId()); in CalcTouchOffset()

Completed in 3 milliseconds