Home
last modified time | relevance | path

Searched refs:POINTER_ACTION_ROTATE_BEGIN (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/event/
H A Dpointer_event.h53 POINTER_ACTION_ROTATE_BEGIN = 20, member in OHOS::OHOS::Ace::KeyCode
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dpointer_event.h104 static constexpr int32_t POINTER_ACTION_ROTATE_BEGIN = 20; member in OHOS::MMI::PointerEvent
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.cpp132 (pointerAction >= MMI::PointerEvent::POINTER_ACTION_ROTATE_BEGIN && in DispatchTouchEvent()
178 || pointerAction == MMI::PointerEvent::POINTER_ACTION_ROTATE_BEGIN) { in DispatchEventToPerf()
H A Dmmi_event_convertor.cpp363 case OHOS::MMI::PointerEvent::POINTER_ACTION_ROTATE_BEGIN: in GetAxisEventAction()
404 event.isRotationEvent = (orgAction >= MMI::PointerEvent::POINTER_ACTION_ROTATE_BEGIN) && in ConvertAxisEvent()
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouchpad_transform_processor.cpp491 (action == PointerEvent::POINTER_ACTION_ROTATE_BEGIN || in OnEventTouchPadPinchGesture()
512 PointerEvent::POINTER_ACTION_ROTATE_BEGIN; in GetPinchGestureType()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dpointer_event.h147 static constexpr int32_t POINTER_ACTION_ROTATE_BEGIN = 20; member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp592 { PointerEvent::POINTER_ACTION_ROTATE_BEGIN, "rotate-begin" },
1390 case PointerEvent::POINTER_ACTION_ROTATE_BEGIN: in ActionToShortStr()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp697 case PointerEvent::POINTER_ACTION_ROTATE_BEGIN: { in GetRotateAction()
1922 (pointerEvent->GetPointerAction() != PointerEvent::POINTER_ACTION_ROTATE_BEGIN && in IsRotate()
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouchpad_transform_processor_test.cpp1215 ASSERT_EQ(action, PointerEvent::POINTER_ACTION_ROTATE_BEGIN); in HWTEST_F()
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dpointer_event_test.cpp1560 action = PointerEvent::POINTER_ACTION_ROTATE_BEGIN; in HWTEST_F()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp2200 action == PointerEvent::POINTER_ACTION_ROTATE_BEGIN || action == PointerEvent::POINTER_ACTION_ROTATE_END) && in UpdateDisplayInfo()
/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_test.cpp3236 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_ROTATE_BEGIN); in HWTEST_F()

Completed in 32 milliseconds