Searched refs:DRAG_EVENT_MOVE (Results 1 - 12 of 12) sorted by relevance
/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_drag_test.cpp | 173 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 D | window_agent_test.cpp | 160 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 D | window_proxy_test.cpp | 133 WMError err = windowProxy_->UpdateWindowDragInfo(point, DragEvent::DRAG_EVENT_MOVE); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | gesture_info.h | 105 DRAG_EVENT_MOVE, member in OHOS::Ace::DragEventAction
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_view_ohos.cpp | 316 action = DragEventAction::DRAG_EVENT_MOVE; in ProcessDragEvent()
|
H A D | ace_ability.cpp | 787 case OHOS::Rosen::DragEvent::DRAG_EVENT_MOVE: in OnDrag() 788 action = DragEventAction::DRAG_EVENT_MOVE; in OnDrag()
|
H A D | ui_content_impl.cpp | 611 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 D | wm_common.h | 353 DRAG_EVENT_MOVE, member in OHOS::Rosen::WindowType::WindowState::WmErrorCode::SystemBarSettingFlag::WindowSessionType::WindowTag::DragEvent
|
/foundation/window/window_manager/wmserver/src/ |
H A D | drag_controller.cpp | 55 token->UpdateWindowDragInfo(point, DragEvent::DRAG_EVENT_MOVE); in UpdateDragInfo()
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | wm_common.h | 381 DRAG_EVENT_MOVE, member in OHOS::Rosen::WindowType::WindowModeType::SystemBarSettingFlag::DragEvent
|
/foundation/arkui/ace_engine/test/unittest/core/pipeline/ |
H A D | pipeline_context_test_ng.cpp | 793 * @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 D | pipeline_context.cpp | 4439 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 28 milliseconds