Searched refs:pointerIdList (Results 1 – 6 of 6) sorted by relevance
279 std::vector<int32_t> pointerIdList = event.GetPointerIds(); in RecognizeInZoomStateDownEvent() local280 size_t pointerCount = pointerIdList.size(); in RecognizeInZoomStateDownEvent()316 std::vector<int32_t> pointerIdList = event.GetPointerIds(); in RecognizeInZoomState() local317 size_t pointerCount = pointerIdList.size(); in RecognizeInZoomState()477 std::vector<int32_t> pointerIdList = event.GetPointerIds(); in CalcFocusCoordinate() local478 size_t count = pointerIdList.size(); in CalcFocusCoordinate()495 for (int32_t pointerId : pointerIdList) { in CalcFocusCoordinate()519 std::vector<int32_t> pointerIdList = event.GetPointerIds(); in CalcScaleSpan() local520 size_t count = pointerIdList.size(); in CalcScaleSpan()537 for (int32_t pointerId : pointerIdList) { in CalcScaleSpan()[all …]
227 std::vector<int32_t> pointerIdList; in GetPointerIds() local230 pointerIdList.push_back(item.GetPointerId()); in GetPointerIds()233 return pointerIdList; in GetPointerIds()
206 std::vector<int32_t> pointerIdList; variable211 EXPECT_TRUE(pointerIdList.size() > 1);437 std::vector<int32_t> pointerIdList; variable438 pointerIdList.push_back(1);439 pointerIdList.push_back(2);440 EXPECT_TRUE(pointerIdList.size() > 1);458 std::vector<int32_t> pointerIdList; variable459 pointerIdList.push_back(1);460 pointerIdList.push_back(2);461 pointerIdList.push_back(3);[all …]
84 auto pointerIdList = pointerEvent->GetPointerIds(); in FilterInvalidPointerItem() local85 if (pointerIdList.size() > 1) { in FilterInvalidPointerItem()86 for (const auto& id : pointerIdList) { in FilterInvalidPointerItem()
467 auto pointerIdList = pointerEvent_->GetPointerIds(); in DrawBubble() local468 for (auto pointerId : pointerIdList) { in DrawBubble()520 auto pointerIdList = pointerEvent_->GetPointerIds(); in DrawPointerPositionHandler() local521 for (auto pointerId : pointerIdList) { in DrawPointerPositionHandler()
669 std::vector<int32_t> pointerIdList; in GetPointerIds() local671 pointerIdList.push_back(item.GetPointerId()); in GetPointerIds()673 return pointerIdList; in GetPointerIds()