Home
last modified time | relevance | path

Searched refs:pointerCount (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_zoom_gesture.cpp76 size_t pointerCount = event.GetPointerIds().size(); in IsTapOnInputMethod() local
77 if (pointerCount != POINTER_COUNT_1) { in IsTapOnInputMethod()
161 if (pointerCount == POINTER_COUNT_1) { in CacheEvents()
168 if (pointerCount == POINTER_COUNT_1) { in CacheEvents()
175 if (pointerCount == POINTER_COUNT_1) { in CacheEvents()
280 size_t pointerCount = pointerIdList.size(); in RecognizeInZoomStateDownEvent() local
282 if (pointerCount == POINTER_COUNT_1) { in RecognizeInZoomStateDownEvent()
292 } else if (pointerCount == POINTER_COUNT_2) { in RecognizeInZoomStateDownEvent()
317 size_t pointerCount = pointerIdList.size(); in RecognizeInZoomState() local
365 if (pointerCount == POINTER_COUNT_2) { in RecognizeInSlidingState()
[all …]
H A Daccessibility_mouse_autoclick.cpp60 size_t pointerCount = pointers.size(); in OnPointerEvent() local
63 (pointerCount != POINTER_COUNT_1)) { in OnPointerEvent()
H A Daccessibility_mouse_key.cpp106 size_t pointerCount = pointers.size(); in OnPointerEvent() local
109 (pointerCount == ITEM_COUNT_1)) { in OnPointerEvent()
/ohos5.0/foundation/multimodalinput/input/service/event_resample/include/
H A Devent_resample.h91 uint32_t pointerCount { 0 };
101 pointerCount = 0; in Reset()
114 pointerCount = other.pointerCount; in InitializeFrom()
130 pointerCount = 0; in InitializeFrom()
140 pointerCount++; in InitializeFrom()
/ohos5.0/foundation/multimodalinput/input/service/event_resample/src/
H A Devent_resample.cpp94 msg, event.pointerAction, event.actionTime, event.pointerCount, in EventDump()
469 uint32_t pointerCount = event.pointerCount; in CanAddSample() local
471 if ((head.pointerCount != pointerCount) || (head.pointerAction != pointerAction)) { in CanAddSample()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_touch_guider_test.cpp60 … std::vector<MMI::PointerEvent::PointerItem> &points, int32_t pointerCount, int64_t occurredTime,
62 std::shared_ptr<MMI::PointerEvent> CreateMoveEvent(int32_t pointerCount);
208 std::shared_ptr<MMI::PointerEvent> TouchGuiderTest::CreateMoveEvent(int32_t pointerCount) in CreateMoveEvent() argument
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dpointer_event_test.cpp746 int32_t pointerCount = pointerEvent->GetPointerCount(); variable
747 ASSERT_EQ(pointerCount, 0);
/ohos5.0/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_accessibility_touch_guider_test/
H A Daams_accessibility_touch_guider_test.cpp88 std::shared_ptr<MMI::PointerEvent> CreateMoveEvent(int32_t pointerCount, int32_t pointId);
538 std::shared_ptr<MMI::PointerEvent> AamsTouchGuideTest::CreateMoveEvent(int32_t pointerCount, int32_… in CreateMoveEvent() argument
543 for (int32_t i = 0; i < pointerCount; i++) { in CreateMoveEvent()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp4323 int32_t pointerCount = pointerEvent->GetPointerCount(); in HandleDownForCompatibleMode() local
4324 if (pointerCount == 1) { in HandleDownForCompatibleMode()
4416 int32_t pointerCount = pointerEvent->GetPointerCount(); in HandleUpForCompatibleMode() local
4417 if (pointerCount == 1) { in HandleUpForCompatibleMode()