Home
last modified time | relevance | path

Searched refs:POINTER_ACTION_SWIPE_END (Results 1 - 13 of 13) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dpointer_event.h103 static constexpr int32_t POINTER_ACTION_SWIPE_END = 19; member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/service/monitor/src/
H A Devent_monitor_handler.cpp586 pointerEvent->GetPointerAction() == PointerEvent::POINTER_ACTION_SWIPE_END) { in UpdateConsumptionState()
599 pointerEvent->GetPointerAction() == PointerEvent::POINTER_ACTION_SWIPE_END) { in IsSendToClient()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_handler_manager.cpp609 tempEvent->GetPointerAction() == PointerEvent::POINTER_ACTION_SWIPE_END) { in OnInputEvent()
659 if (RecoverPointerEvent(pointerActionSwipeEvents, PointerEvent::POINTER_ACTION_SWIPE_END)) { in OnDisconnected()
H A Dinput_manager_impl.cpp1078 pointerAction > PointerEvent::POINTER_ACTION_SWIPE_END) { in SimulateInputEvent()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp753 case PointerEvent::POINTER_ACTION_SWIPE_END: { in GetSwipeAction()
1589 pointerEvent->GetPointerAction() == PointerEvent::POINTER_ACTION_SWIPE_END; in IsBeginAndEnd()
1938 pointerEvent->GetPointerAction() != PointerEvent::POINTER_ACTION_SWIPE_END)) { in IsThreeFingersSwipe()
1951 pointerEvent->GetPointerAction() != PointerEvent::POINTER_ACTION_SWIPE_END)) { in IsFourFingersSwipe()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dpointer_event.h140 static constexpr int32_t POINTER_ACTION_SWIPE_END = 19; member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp591 { PointerEvent::POINTER_ACTION_SWIPE_END, "swipe-end" },
1388 case PointerEvent::POINTER_ACTION_SWIPE_END: in ActionToShortStr()
/foundation/multimodalinput/input/service/window_manager/test/
H A Dknuckle_dynamic_drawing_manager_test.cpp126 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_SWIPE_END); in HWTEST_F()
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouchpad_transform_processor.cpp390 return SetTouchPadSwipeData(event, PointerEvent::POINTER_ACTION_SWIPE_END); in OnEventTouchPadSwipeEnd()
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_inject_test.cpp1815 pointerEvent->SetOriginPointerAction(PointerEvent::POINTER_ACTION_SWIPE_END); in HWTEST_F()
1816 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_SWIPE_END); in HWTEST_F()
H A Dpointer_event_test.cpp1557 action = PointerEvent::POINTER_ACTION_SWIPE_END; in HWTEST_F()
/foundation/multimodalinput/input/service/monitor/test/
H A Devent_monitor_handler_test.cpp729 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_SWIPE_END); in HWTEST_F()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp3558 pointerAction > PointerEvent::POINTER_ACTION_SWIPE_END) { in UpdateDisplayInfo()

Completed in 28 milliseconds