Home
last modified time | relevance | path

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

/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_drag_test.cpp173 ASSERT_EQ(DragEvent::DRAG_EVENT_MOVE, firstWindowDragListener_->event_); in HWTEST_F()
216 ASSERT_EQ(DragEvent::DRAG_EVENT_MOVE, firstWindowDragListener_->event_); in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_agent_test.cpp160 WMError err = windowAgent_->UpdateWindowDragInfo(point, DragEvent::DRAG_EVENT_MOVE); in HWTEST_F()
164 err = windowAgent_->UpdateWindowDragInfo(point, DragEvent::DRAG_EVENT_MOVE); in HWTEST_F()
H A Dwindow_proxy_test.cpp133 WMError err = windowProxy_->UpdateWindowDragInfo(point, DragEvent::DRAG_EVENT_MOVE); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_info.h105 DRAG_EVENT_MOVE, member in OHOS::Ace::DragEventAction
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.cpp316 action = DragEventAction::DRAG_EVENT_MOVE; in ProcessDragEvent()
H A Dace_ability.cpp787 case OHOS::Rosen::DragEvent::DRAG_EVENT_MOVE: in OnDrag()
788 action = DragEventAction::DRAG_EVENT_MOVE; in OnDrag()
H A Dui_content_impl.cpp611 case OHOS::Rosen::DragEvent::DRAG_EVENT_MOVE: in OnDrag()
612 action = DragEventAction::DRAG_EVENT_MOVE; in OnDrag()
/foundation/window/window_manager/previewer/include/
H A Dwm_common.h353 DRAG_EVENT_MOVE, member in OHOS::Rosen::WindowType::WindowState::WmErrorCode::SystemBarSettingFlag::WindowSessionType::WindowTag::DragEvent
/foundation/window/window_manager/wmserver/src/
H A Ddrag_controller.cpp55 token->UpdateWindowDragInfo(point, DragEvent::DRAG_EVENT_MOVE); in UpdateDragInfo()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwm_common.h381 DRAG_EVENT_MOVE, member in OHOS::Rosen::WindowType::WindowModeType::SystemBarSettingFlag::DragEvent
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp793 * @tc.steps4: Call the function OnDragEvent with isDragged_=false, currentId_=DEFAULT_INT1 and DRAG_EVENT_MOVE. in HWTEST_F()
798 context_->OnDragEvent({ DEFAULT_INT10, DEFAULT_INT10 }, DragEventAction::DRAG_EVENT_MOVE); in HWTEST_F()
801 context_->OnDragEvent({ DEFAULT_INT10, DEFAULT_INT10 }, DragEventAction::DRAG_EVENT_MOVE); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp4439 if (action == DragEventAction::DRAG_EVENT_MOVE) { in OnDragEvent()
4444 if (action != DragEventAction::DRAG_EVENT_MOVE && in OnDragEvent()
4448 if (action != DragEventAction::DRAG_EVENT_MOVE) { in OnDragEvent()

Completed in 31 milliseconds