Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp781 auto moveItems = touchMoveEvent->GetAllPointerItems(); in CalcTouchOffset() local
782 if (moveItems.empty() || lastTouchDownItems_.empty()) { in CalcTouchOffset()
783 MMI_HILOGE("moveItems or lastTouchDownItems_ is empty"); in CalcTouchOffset()
786 PointerEvent::PointerItem itemMove = moveItems.front(); in CalcTouchOffset()

Completed in 2 milliseconds