Searched refs:touchList (Results 1 – 12 of 12) sorted by relevance
65 const std::list<TouchLocationInfo>& touchList = info.GetTouches(); in CreateJSEventInfo() local67 for (const TouchLocationInfo& location : touchList) { in CreateJSEventInfo()
201 auto touchList = info.GetChangedTouches(); in OnTouchEvent() local202 CHECK_NULL_VOID(!touchList.empty()); in OnTouchEvent()203 auto touchInfo = touchList.front(); in OnTouchEvent()
281 auto touchList = info.GetChangedTouches(); in HandleTouchEvent() local282 CHECK_NULL_VOID(!touchList.empty()); in HandleTouchEvent()284 fingerId_ = touchList.front().GetFingerId(); in HandleTouchEvent()286 for (const auto& touchInfo : touchList) { in HandleTouchEvent()
85 auto touchList = touchInfo->GetTouches(); in TouchInfoToString() local86 for (const auto& location : touchList) { in TouchInfoToString()
219 auto touchList = info.GetChangedTouches(); in HandleTouchEvent() local220 CHECK_NULL_VOID(!touchList.empty()); in HandleTouchEvent()221 auto touchInfo = touchList.front(); in HandleTouchEvent()
29 auto touchList = touchInfo->GetTouches(); in TouchInfoToString() local30 for (const auto& location : touchList) { in TouchInfoToString()
68 auto touchList = touchInfo->GetTouches(); in TouchInfoToString() local69 for (const auto& location : touchList) { in TouchInfoToString()
74 auto touchList = touchInfo->GetTouches(); in TouchInfoToString() local75 for (const auto& location : touchList) { in TouchInfoToString()
711 auto touchList = info.GetChangedTouches(); in HandleTouchEvent() local712 CHECK_NULL_VOID(!touchList.empty()); in HandleTouchEvent()713 auto touchInfo = touchList.front(); in HandleTouchEvent()
576 const std::list<TouchLocationInfo>& touchList = info.GetTouches(); in CreateTouchEventInfo() local578 for (const TouchLocationInfo& location : touchList) { in CreateTouchEventInfo()
6468 const std::list<TouchLocationInfo>& touchList = tempTouchInfo.GetTouches(); in SetTouchLocationInfo() local6469 for (const TouchLocationInfo& location : touchList) { in SetTouchLocationInfo()6476 for (const TouchLocationInfo& location : touchList) { in SetTouchLocationInfo()
4756 const std::list<TouchLocationInfo>& touchList = info.GetTouches(); in NativeEmbeadTouchToJSValue() local4757 for (const TouchLocationInfo& location : touchList) { in NativeEmbeadTouchToJSValue()