Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_info.h107 DRAG_EVENT_OUT, member in OHOS::Ace::DragEventAction
/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_drag_test.cpp223 ASSERT_EQ(DragEvent::DRAG_EVENT_OUT, firstWindowDragListener_->event_); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.cpp331 action = DragEventAction::DRAG_EVENT_OUT; in ProcessDragEvent()
H A Dace_ability.cpp784 case OHOS::Rosen::DragEvent::DRAG_EVENT_OUT: in OnDrag()
785 action = DragEventAction::DRAG_EVENT_OUT; in OnDrag()
H A Dui_content_impl.cpp608 case OHOS::Rosen::DragEvent::DRAG_EVENT_OUT: in OnDrag()
609 action = DragEventAction::DRAG_EVENT_OUT; in OnDrag()
/foundation/window/window_manager/previewer/include/
H A Dwm_common.h352 DRAG_EVENT_OUT, member in OHOS::Rosen::WindowType::WindowState::WmErrorCode::SystemBarSettingFlag::WindowSessionType::WindowTag::DragEvent
/foundation/window/window_manager/wmserver/src/
H A Ddrag_controller.cpp62 oldHitWindow->GetWindowToken()->UpdateWindowDragInfo(point, DragEvent::DRAG_EVENT_OUT); in UpdateDragInfo()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwm_common.h380 DRAG_EVENT_OUT, member in OHOS::Rosen::WindowType::WindowModeType::SystemBarSettingFlag::DragEvent
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp766 * @tc.steps2: Call the function OnDragEvent with isDragged_=true, currentId_=DEFAULT_INT1 and DRAG_EVENT_OUT. in HWTEST_F()
771 context_->OnDragEvent({ DEFAULT_INT1, DEFAULT_INT1 }, DragEventAction::DRAG_EVENT_OUT); in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test5.cpp744 window->NotifyDragEvent(point, DragEvent::DRAG_EVENT_OUT); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp4417 if (action == DragEventAction::DRAG_EVENT_OUT) { in OnDragEvent()

Completed in 32 milliseconds