Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/event_handler/include/
H A Devent_normalize_handler.h80 std::list<PointerEvent::PointerItem> lastTouchDownItems_; member in OHOS::MMI::EventNormalizeHandler
/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp761 lastTouchDownItems_ = pointerEvent->GetAllPointerItems(); in HandleTouchEventWithFlag()
773 lastTouchDownItems_.clear(); in HandleTouchEventWithFlag()
782 if (moveItems.empty() || lastTouchDownItems_.empty()) { in CalcTouchOffset()
783 MMI_HILOGE("moveItems or lastTouchDownItems_ is empty"); in CalcTouchOffset()
787 PointerEvent::PointerItem itemDown = lastTouchDownItems_.front(); in CalcTouchOffset()
/foundation/multimodalinput/input/service/event_handler/test/
H A Devent_normalize_handler_test.cpp667 eventNormalizeHandler.lastTouchDownItems_.push_back(item1); in HWTEST_F()

Completed in 4 milliseconds