Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouchpad_gesture_test.cpp77 EXPECT_EQ(pointerEvent->GetPointerAction(), PointerEvent::POINTER_ACTION_SWIPE_BEGIN); in HWTEST_F()
H A Dtouchpad_transform_processor_test.cpp986 int32_t action = PointerEvent::POINTER_ACTION_SWIPE_BEGIN; in HWTEST_F()
1018 int32_t action = PointerEvent::POINTER_ACTION_SWIPE_BEGIN; in HWTEST_F()
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dpointer_event.h101 static constexpr int32_t POINTER_ACTION_SWIPE_BEGIN = 17; member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp297 PointerEvent::POINTER_ACTION_SWIPE_BEGIN) { in IsGestureEvent()
747 case PointerEvent::POINTER_ACTION_SWIPE_BEGIN: { in GetSwipeAction()
1588 pointerEvent->GetPointerAction() == PointerEvent::POINTER_ACTION_SWIPE_BEGIN || in IsBeginAndEnd()
1936 (pointerEvent->GetPointerAction() != PointerEvent::POINTER_ACTION_SWIPE_BEGIN && in IsThreeFingersSwipe()
1949 (pointerEvent->GetPointerAction() != PointerEvent::POINTER_ACTION_SWIPE_BEGIN && in IsFourFingersSwipe()
/foundation/multimodalinput/input/service/monitor/src/
H A Devent_monitor_handler.cpp576 pointerEvent->GetPointerAction() == PointerEvent::POINTER_ACTION_SWIPE_BEGIN) { in UpdateConsumptionState()
598 if (pointerEvent->GetPointerAction() == PointerEvent::POINTER_ACTION_SWIPE_BEGIN || in IsSendToClient()
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouchpad_transform_processor.cpp340 if (action == PointerEvent::POINTER_ACTION_SWIPE_BEGIN) { in SetTouchPadSwipeData()
341 MMI_HILOGE("Start report for POINTER_ACTION_SWIPE_BEGIN"); in SetTouchPadSwipeData()
378 return SetTouchPadSwipeData(event, PointerEvent::POINTER_ACTION_SWIPE_BEGIN); in OnEventTouchPadSwipeBegin()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_handler_manager.cpp608 if (tempEvent->GetPointerAction() == PointerEvent::POINTER_ACTION_SWIPE_BEGIN || in OnInputEvent()
658 PointerEvent::POINTER_ACTION_SWIPE_BEGIN }; in OnDisconnected()
H A Dinput_manager_impl.cpp1077 if (pointerAction < PointerEvent::POINTER_ACTION_SWIPE_BEGIN || in SimulateInputEvent()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/
H A Dinput_handler_manager_test.cpp414 inputHdlMgr.lastPointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_SWIPE_BEGIN); in HWTEST_F()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dpointer_event.h136 static constexpr int32_t POINTER_ACTION_SWIPE_BEGIN = 17; member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp589 { PointerEvent::POINTER_ACTION_SWIPE_BEGIN, "swipe-begin" },
1384 case PointerEvent::POINTER_ACTION_SWIPE_BEGIN: in ActionToShortStr()
/foundation/multimodalinput/input/service/dfx/src/
H A Ddfx_hisysevent.cpp491 } else if (pointerAction == PointerEvent::POINTER_ACTION_SWIPE_BEGIN) { in StatisticTouchpadGesture()
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_inject_test.cpp1751 pointerEvent->SetOriginPointerAction(PointerEvent::POINTER_ACTION_SWIPE_BEGIN); in HWTEST_F()
1752 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_SWIPE_BEGIN); in HWTEST_F()
H A Dpointer_event_test.cpp1551 action = PointerEvent::POINTER_ACTION_SWIPE_BEGIN; in HWTEST_F()
/foundation/multimodalinput/input/service/monitor/test/
H A Devent_monitor_handler_test.cpp726 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_SWIPE_BEGIN); in HWTEST_F()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp3557 if (pointerAction < PointerEvent::POINTER_ACTION_SWIPE_BEGIN || in UpdateDisplayInfo()

Completed in 31 milliseconds