Home
last modified time | relevance | path

Searched refs:POINTER_ACTION_AXIS_END (Results 1 - 22 of 22) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dpointer_event.h91 static constexpr int32_t POINTER_ACTION_AXIS_END = 7; member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dgesture_transform_processor.cpp137 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END); in OnEvent()
H A Dtouchpad_transform_processor.cpp484 action == PointerEvent::POINTER_ACTION_AXIS_END)) { in OnEventTouchPadPinchGesture()
520 PointerEvent::POINTER_ACTION_AXIS_END; in GetPinchGestureType()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.cpp131 pointerAction <= MMI::PointerEvent::POINTER_ACTION_AXIS_END) || in DispatchTouchEvent()
183 || pointerAction == MMI::PointerEvent::POINTER_ACTION_AXIS_END in DispatchEventToPerf()
H A Dmmi_event_convertor.cpp370 case OHOS::MMI::PointerEvent::POINTER_ACTION_AXIS_END: in GetAxisEventAction()
/foundation/multimodalinput/input/service/crown_transform_processor/src/
H A Dcrown_transform_processor.cpp155 HandleCrownRotatePostInner(VELOCITY_ZERO, DEGREE_ZERO, PointerEvent::POINTER_ACTION_AXIS_END); in HandleCrownRotateEnd()
/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_transform_processor.cpp355 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END); in HandleAxisInner()
425 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END); in HandleAxisBeginEndInner()
439 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END); in HandleAxisBeginEndInner()
536 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END); in CheckAndPackageAxisEvent()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp579 { PointerEvent::POINTER_ACTION_AXIS_END, "axis-end" },
1140 pointAction != POINTER_ACTION_AXIS_END && pointAction != POINTER_ACTION_BUTTON_DOWN && in IsValidCheckMouseFunc()
1364 case PointerEvent::POINTER_ACTION_AXIS_END: in ActionToShortStr()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp684 case PointerEvent::POINTER_ACTION_AXIS_END: { in GetPinchAction()
958 case PointerEvent::POINTER_ACTION_AXIS_END: { in GetJoystickAction()
1249 case PointerEvent::POINTER_ACTION_AXIS_END: { in TransformTsActionValue()
1912 pointerEvent->GetPointerAction() != PointerEvent::POINTER_ACTION_AXIS_END)) { in IsPinch()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dpointer_event.h91 static constexpr int32_t POINTER_ACTION_AXIS_END = 7; member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp432 g_mouseEvent->SetPointerAction(OHOS::MMI::PointerEvent::POINTER_ACTION_AXIS_END); in HandleMouseAction()
838 action != OHOS::MMI::PointerEvent::POINTER_ACTION_AXIS_END) { in IsAxisEvent()
1200 case OHOS::MMI::PointerEvent::POINTER_ACTION_AXIS_END: in SetAxisEventAction()
/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp281 if (pointerEvent->GetPointerAction() == PointerEvent::POINTER_ACTION_AXIS_END) { in HandlePointerEvent()
/foundation/multimodalinput/input/service/monitor/src/
H A Devent_monitor_handler.cpp585 pointerEvent->GetPointerAction() == PointerEvent::POINTER_ACTION_AXIS_END || in UpdateConsumptionState()
/foundation/multimodalinput/input/service/event_handler/test/
H A Devent_normalize_handler_test.cpp191 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END); in HWTEST_F()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp1425 eventAction <= PointerEvent::POINTER_ACTION_AXIS_END); in UpdateDisplayInfo()
2199 ((action == PointerEvent::POINTER_ACTION_AXIS_BEGIN || action == PointerEvent::POINTER_ACTION_AXIS_END || in UpdateDisplayInfo()
2246 (action == PointerEvent::POINTER_ACTION_AXIS_END))) { in UpdateDisplayInfo()
2618 pointerEvent->GetPointerAction() == PointerEvent::POINTER_ACTION_AXIS_END; in UpdateDisplayInfo()
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouchpad_transform_processor_test.cpp1236 ASSERT_EQ(action, PointerEvent::POINTER_ACTION_AXIS_END); in HWTEST_F()
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H A Dmouse_transform_processor_test.cpp1177 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END); in HWTEST_F()
/foundation/multimodalinput/input/tools/inject_event/src/
H A Dinput_manager_command.cpp448 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END); in ParseCommand()
/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_ex_test.cpp2541 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END); in HWTEST_F()
2589 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END); in HWTEST_F()
H A Dinput_windows_manager_test.cpp4494 pointerEvent->pointerAction_ = PointerEvent::POINTER_ACTION_AXIS_END; in HWTEST_F()
6937 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END); in HWTEST_F()
/foundation/multimodalinput/input/service/event_dispatch/test/
H A Devent_dispatch_test.cpp82 point->pointerAction_ = PointerEvent::POINTER_ACTION_AXIS_END; in HWTEST_F()
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp1338 touchEvent->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END);

Completed in 75 milliseconds