Home
last modified time | relevance | path

Searched refs:POINTER_ACTION_ROTATE_END (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/event/
H A Dpointer_event.h55 POINTER_ACTION_ROTATE_END = 22, member in OHOS::OHOS::Ace::KeyCode
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dpointer_event.h106 static constexpr int32_t POINTER_ACTION_ROTATE_END = 22; member in OHOS::MMI::PointerEvent
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.cpp133 pointerAction <= MMI::PointerEvent::POINTER_ACTION_ROTATE_END) || in DispatchTouchEvent()
184 || pointerAction == MMI::PointerEvent::POINTER_ACTION_ROTATE_END) { in DispatchEventToPerf()
H A Dmmi_event_convertor.cpp371 case OHOS::MMI::PointerEvent::POINTER_ACTION_ROTATE_END: in GetAxisEventAction()
405 (orgAction <= MMI::PointerEvent::POINTER_ACTION_ROTATE_END); in ConvertAxisEvent()
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouchpad_transform_processor.cpp493 action == PointerEvent::POINTER_ACTION_ROTATE_END)) { in OnEventTouchPadPinchGesture()
519 return isRotateGesture_ ? PointerEvent::POINTER_ACTION_ROTATE_END : in GetPinchGestureType()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dpointer_event.h151 static constexpr int32_t POINTER_ACTION_ROTATE_END = 22; member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp594 { PointerEvent::POINTER_ACTION_ROTATE_END, "rotate-end" },
1394 case PointerEvent::POINTER_ACTION_ROTATE_END: in ActionToShortStr()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp703 case PointerEvent::POINTER_ACTION_ROTATE_END: { in GetRotateAction()
1924 pointerEvent->GetPointerAction() != PointerEvent::POINTER_ACTION_ROTATE_END)) { in IsRotate()
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouchpad_transform_processor_test.cpp1223 ASSERT_EQ(action, PointerEvent::POINTER_ACTION_ROTATE_END); in HWTEST_F()
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dpointer_event_test.cpp1566 action = PointerEvent::POINTER_ACTION_ROTATE_END; 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()

Completed in 21 milliseconds