Home
last modified time | relevance | path

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

/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_drag_test.cpp32 DragEvent event_ = DragEvent::DRAG_EVENT_END;
252 ASSERT_EQ(DragEvent::DRAG_EVENT_END, firstWindowDragListener_->event_); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_info.h106 DRAG_EVENT_END, member in OHOS::Ace::DragEventAction
/foundation/window/window_manager/wm/src/zidl/
H A Dwindow_stub.cpp139 if (!data.ReadUint32(eventType) || eventType > static_cast<uint32_t>(DragEvent::DRAG_EVENT_END)) { in OnRemoteRequest()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.cpp321 action = DragEventAction::DRAG_EVENT_END; in ProcessDragEvent()
H A Dace_ability.cpp781 case OHOS::Rosen::DragEvent::DRAG_EVENT_END: in OnDrag()
782 action = DragEventAction::DRAG_EVENT_END; in OnDrag()
H A Dui_content_impl.cpp605 case OHOS::Rosen::DragEvent::DRAG_EVENT_END: in OnDrag()
606 action = DragEventAction::DRAG_EVENT_END; in OnDrag()
/foundation/window/window_manager/previewer/include/
H A Dwm_common.h354 DRAG_EVENT_END
/foundation/window/window_manager/wmserver/src/
H A Ddrag_controller.cpp107 hitWindow->GetWindowToken()->UpdateWindowDragInfo(point, DragEvent::DRAG_EVENT_END); in FinishDrag()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwm_common.h382 DRAG_EVENT_END, member in OHOS::Rosen::WindowType::WindowModeType::SystemBarSettingFlag::DragEvent
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp784 * @tc.steps4: Call the function OnDragEvent with isDragged_=false, currentId_=DEFAULT_INT1 and DRAG_EVENT_END. in HWTEST_F()
789 context_->OnDragEvent({ DEFAULT_INT10, DEFAULT_INT10 }, DragEventAction::DRAG_EVENT_END); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp3092 if (action != DragEventAction::DRAG_EVENT_END) { in OnDragEvent()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp4433 if (action == DragEventAction::DRAG_EVENT_END) { in OnDragEvent()

Completed in 32 milliseconds