Home
last modified time | relevance | path

Searched refs:pointerIdList (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_zoom_gesture.cpp279 std::vector<int32_t> pointerIdList = event.GetPointerIds(); in RecognizeInZoomStateDownEvent() local
280 size_t pointerCount = pointerIdList.size(); in RecognizeInZoomStateDownEvent()
316 std::vector<int32_t> pointerIdList = event.GetPointerIds(); in RecognizeInZoomState() local
317 size_t pointerCount = pointerIdList.size(); in RecognizeInZoomState()
477 std::vector<int32_t> pointerIdList = event.GetPointerIds(); in CalcFocusCoordinate() local
478 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() local
520 size_t count = pointerIdList.size(); in CalcScaleSpan()
537 for (int32_t pointerId : pointerIdList) { in CalcScaleSpan()
[all …]
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
H A Dmock_pointer_event.cpp227 std::vector<int32_t> pointerIdList; in GetPointerIds() local
230 pointerIdList.push_back(item.GetPointerId()); in GetPointerIds()
233 return pointerIdList; in GetPointerIds()
/ohos5.0/foundation/multimodalinput/input/service/event_dispatch/test/
H A Devent_dispatch_test.cpp206 std::vector<int32_t> pointerIdList; variable
211 EXPECT_TRUE(pointerIdList.size() > 1);
437 std::vector<int32_t> pointerIdList; variable
438 pointerIdList.push_back(1);
439 pointerIdList.push_back(2);
440 EXPECT_TRUE(pointerIdList.size() > 1);
458 std::vector<int32_t> pointerIdList; variable
459 pointerIdList.push_back(1);
460 pointerIdList.push_back(2);
461 pointerIdList.push_back(3);
[all …]
/ohos5.0/foundation/multimodalinput/input/service/event_dispatch/src/
H A Devent_dispatch_handler.cpp84 auto pointerIdList = pointerEvent->GetPointerIds(); in FilterInvalidPointerItem() local
85 if (pointerIdList.size() > 1) { in FilterInvalidPointerItem()
86 for (const auto& id : pointerIdList) { in FilterInvalidPointerItem()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dtouch_drawing_manager.cpp467 auto pointerIdList = pointerEvent_->GetPointerIds(); in DrawBubble() local
468 for (auto pointerId : pointerIdList) { in DrawBubble()
520 auto pointerIdList = pointerEvent_->GetPointerIds(); in DrawPointerPositionHandler() local
521 for (auto pointerId : pointerIdList) { in DrawPointerPositionHandler()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp669 std::vector<int32_t> pointerIdList; in GetPointerIds() local
671 pointerIdList.push_back(item.GetPointerId()); in GetPointerIds()
673 return pointerIdList; in GetPointerIds()