/foundation/filemanagement/storage_service/services/storage_daemon/include/netlink/ |
H A D | netlink_data.h | 31 MOVE, enumerator 41 {"move", Actions::MOVE},
|
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | event_convertor.cpp | 42 case AceActionData::ActionType::MOVE: in SetTouchEventType() 43 point.type = TouchType::MOVE; in SetTouchEventType() 112 case AceMouseData::Action::MOVE: in ConvertMouseEvent() 113 events.action = MouseAction::MOVE; in ConvertMouseEvent()
|
H A D | event_convertor.h | 37 MOVE, member in OHOS::Ace::ActionType 60 MOVE, member in OHOS::Ace::Action
|
/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | accessibility_constants.h | 23 MOVE, member in OHOS::Ace::NG::AccessibilityHoverEventType
|
H A D | accessibility_manager_ng.cpp | 31 AccessibilityHoverEventType type = AccessibilityHoverEventType::MOVE; in HandleAccessibilityHoverEvent() 36 case MouseAction::MOVE: in HandleAccessibilityHoverEvent() 37 type = AccessibilityHoverEventType::MOVE; in HandleAccessibilityHoverEvent() 56 AccessibilityHoverEventType type = AccessibilityHoverEventType::MOVE; in HandleAccessibilityHoverEvent() 62 type = AccessibilityHoverEventType::MOVE; in HandleAccessibilityHoverEvent() 288 if ((hoverState_.eventType == AccessibilityHoverEventType::MOVE) in IsEventTypeChangeDirectHandleHover() 320 case AccessibilityHoverEventType::MOVE: in HandlePipelineAccessibilityHoverEnter()
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | window_animation_config.h | 29 MOVE, member in OHOS::Ace::WindowSizeChangeReason
|
/foundation/arkui/ace_engine/frameworks/core/gestures/test/unittest/ |
H A D | gestures_test.cpp | 488 .x = LOCATION_X, .y = LOCATION_Y, .type = TouchType::MOVE, .time = std::chrono::high_resolution_clock::now() in HWTEST_F() 522 .x = LOCATION_X, .y = LOCATION_Y, .type = TouchType::MOVE, .time = std::chrono::high_resolution_clock::now() in HWTEST_F() 534 .x = LOCATION_X, .y = 2 * LOCATION_Y, .type = TouchType::MOVE, .time = std::chrono::high_resolution_clock::now() in HWTEST_F() 568 .x = LOCATION_X, .y = LOCATION_Y, .type = TouchType::MOVE, .time = std::chrono::high_resolution_clock::now() in HWTEST_F() 580 .x = 2 * LOCATION_X, .y = LOCATION_Y, .type = TouchType::MOVE, .time = std::chrono::high_resolution_clock::now() in HWTEST_F() 614 .x = LOCATION_X, .y = LOCATION_Y, .type = TouchType::MOVE, .time = std::chrono::high_resolution_clock::now() in HWTEST_F() 627 .type = TouchType::MOVE, in HWTEST_F() 715 point.type = TouchType::MOVE; in HWTEST_F() 765 point.type = TouchType::MOVE; in HWTEST_F() 900 .type = TouchType::MOVE, in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/ |
H A D | interaction_impl.cpp | 175 case OHOS::Ace::DragCursorStyleCore::MOVE: in TranslateDragCursorStyle() 176 return Msdp::DeviceStatus::DragCursorStyle::MOVE; in TranslateDragCursorStyle() 272 case OHOS::Ace::DragBehavior::MOVE: in TranslateDragBehavior() 273 return Msdp::DeviceStatus::DragBehavior::MOVE; in TranslateDragBehavior() 283 case Msdp::DeviceStatus::DragBehavior::MOVE: in TranslateDragBehavior() 284 return OHOS::Ace::DragBehavior::MOVE; in TranslateDragBehavior()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_touch_handler.cpp | 25 case TouchType::MOVE: { in HandleTouchEvent() 107 case Ace::TouchType::MOVE: in CreateSceneTouchEvent()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_touch_handler.cpp | 101 case TouchEvent::MOVE: in JsHandlerOnTouch() 126 JSTouchHandler::JsHandlerOnTouch(TouchEvent::MOVE, args); in JsHandlerOnMove()
|
H A D | js_touch_handler.h | 28 enum TouchEvent { DOWN, UP, MOVE, CANCEL }; enumerator
|
/foundation/multimodalinput/input/frameworks/napi/touch_event/include/ |
H A D | js_touch_event.h | 30 MOVE = 2, member in OHOS::MMI::final::Action
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | event_constants.h | 102 MOVE, member in OHOS::Ace::OHOS::Ace::TouchType
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/ |
H A D | accessibility_session_adapter_ui_extension_test_ng.cpp | 82 AccessibilityHoverEventType type = AccessibilityHoverEventType::MOVE;
in HWTEST_F()
|
/foundation/filemanagement/dfs_service/services/clouddisk_database/include/ |
H A D | clouddisk_type_const.h | 48 MOVE,
member in OHOS::FileManagement::CloudDisk::OperationType
|
/foundation/multimodalinput/input/frameworks/napi/mouse_event/src/ |
H A D | js_mouse_event.cpp | 30 MOVE = 1, member in OHOS::MMI::__anon11310::Action 88 DECLARE_NAPI_STATIC_PROPERTY("MOVE", GetNapiInt32(env, static_cast<int32_t>(Action::MOVE))), in HandleActionPropertyArr()
|
/foundation/arkui/ace_engine/frameworks/component_test/core/ |
H A D | action.cpp | 92 case PointerActionState::MOVE: in DispatchPointerEvent() 93 pointerEvent->type = OHOS::MMI::TouchType::MOVE; in DispatchPointerEvent() 155 pointer.PushEventAction(PointerEventAction { PointerActionState::MOVE, { pointX, pointY }, intervalMs }); in Decompose() 195 recv.PushEventAction(PointerEventAction { PointerActionState::MOVE, { pointX, centerY }, intervalMs }); in Decompose() 204 recv.PushEventAction(PointerEventAction { PointerActionState::MOVE, { pointX, centerY }, intervalMs }); in Decompose() 234 events.emplace_back(PointerEventAction { PointerActionState::MOVE, { pointX, from.GetY() }, TAP_HOLD_MS }); in Decompose() 249 events.emplace_back(PointerEventAction { PointerActionState::MOVE, { from.GetX(), pointY }, TAP_HOLD_MS }); in Decompose() 303 events.emplace_back(PointerEventAction { PointerActionState::MOVE, { from.GetX(), pointY }, intervalMs }); in Decompose()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/ |
H A D | scroll_inner_event_test_ng.cpp | 179 MouseOnScroll(MouseButton::NONE_BUTTON, MouseAction::MOVE, OUT_SCROLLBAR_OFFSET); in HWTEST_F() 222 MouseOnScrollBar(MouseButton::LEFT_BUTTON, MouseAction::MOVE, OUT_SCROLLBAR_OFFSET); in HWTEST_F() 225 MouseOnScroll(MouseButton::LEFT_BUTTON, MouseAction::MOVE, OUT_SCROLLBAR_OFFSET); in HWTEST_F() 380 TouchOnScrollBar(TouchType::MOVE, SourceType::TOUCH, IN_ACTIVE_BAR_OFFSET); in HWTEST_F() 390 TouchOnScrollBar(TouchType::MOVE, SourceType::TOUCH, OUT_SCROLLBAR_OFFSET); in HWTEST_F() 472 TouchOnScrollBar(TouchType::MOVE, SourceType::TOUCH, IN_ACTIVE_BAR_OFFSET); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/ |
H A D | scene_viewer_touch_handler.cpp | 27 case TouchType::MOVE: { in HandleEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/ |
H A D | drag_drop_proxy.h | 30 MOVE, member in OHOS::Ace::NG::DragEventType
|
H A D | drag_drop_manager.cpp | 392 UpdateDragStyle(DragCursorStyleCore::MOVE, eventId); in UpdateDragAllowDrop() 403 UpdateDragStyle(DragCursorStyleCore::MOVE, eventId); in UpdateDragAllowDrop() 414 UpdateDragStyle(DragCursorStyleCore::MOVE, eventId); in UpdateDragAllowDrop() 420 case DragBehavior::MOVE: { in UpdateDragAllowDrop() 421 UpdateDragStyle(DragCursorStyleCore::MOVE, eventId); in UpdateDragAllowDrop() 513 UpdateNotifyDragEvent(notifyEvent, point, DragEventType::MOVE); in UpdateDragListener() 515 NotifyDragRegisterFrameNode(dragMoveNodes, DragEventType::MOVE, notifyEvent); in UpdateDragListener() 702 FireOnDragEvent(dragFrameNode, pointerEvent, DragEventType::MOVE, extraInfo); in HandleOnDragMove() 755 UpdateDragStyle(DragCursorStyleCore::MOVE, pointerEvent.pointerEventId); in OnDragMove() 1146 case DragEventType::MOVE in FireOnDragEventWithDragType() [all...] |
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | raw_recognizer.cpp | 31 case TouchType::MOVE: { in HandleRawEvent() 75 } else if (point.type == TouchType::MOVE) { in DispatchEvent() 96 } else if (point.type == TouchType::MOVE) { in HandleEvent()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tabs_event_test_ng.cpp | 384 HandleMouseEvent(MouseAction::MOVE, Offset(100.f, 30.f)); in HWTEST_F() 405 HandleMouseEvent(MouseAction::MOVE, Offset(-1.f, inTabBarItemY)); in HWTEST_F() 431 HandleMouseEvent(MouseAction::MOVE, Offset(540.f, inTabBarItemY)); in HWTEST_F() 463 HandleMouseEvent(MouseAction::MOVE, Offset(mouseX, -1.f)); in HWTEST_F() 503 HandleMouseEvent(MouseAction::MOVE, Offset(-1.f, inTabBarItemY)); in HWTEST_F() 512 HandleMouseEvent(MouseAction::MOVE, Offset(180.f, inTabBarItemY)); in HWTEST_F() 545 HandleMouseEvent(MouseAction::MOVE, Offset(100.f, 30.f)); in HWTEST_F() 550 HandleMouseEvent(MouseAction::MOVE, Offset(200.f, 30.f)); in HWTEST_F() 586 HandleMouseEvent(MouseAction::MOVE, Offset(200.f, 30.f)); in HWTEST_F() 604 HandleMouseEvent(MouseAction::MOVE, Offse in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | render_xcomponent.cpp | 77 xcomponent->HandleTouchEvent(info, TouchType::MOVE); in Initialize() 112 if (touchType == TouchType::MOVE) { in HandleTouchEvent() 201 case TouchType::MOVE: in ConvertNativeXComponentTouchEvent() 465 case MouseAction::MOVE: in HandleMouseEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/post_event/ |
H A D | post_event_manager.cpp | 36 case TouchType::MOVE: in PostEvent() 129 if (touchEvent.type != TouchType::DOWN && touchEvent.type != TouchType::MOVE) { in HandlePostEvent()
|