Home
last modified time | relevance | path

Searched refs:DRAG_END (Results 1 - 25 of 42) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow_animation_config.h27 DRAG_END, member in OHOS::Ace::WindowSizeChangeReason
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Devent_constants.h85 DRAG_END, member in OHOS::Ace::NG::DragFuncType
H A Devent_hub.cpp170 if (dragFuncType != DragFuncType::DRAG_END) { in SetCustomerOnDragFunc()
208 case DragFuncType::DRAG_END: { in FireCustomerOnDragFunc()
H A Dgesture_event_hub_drag.cpp957 eventHub->FireCustomerOnDragFunc(DragFuncType::DRAG_END, dragEvent); in GetDragCallback()
1141 eventHub->FireCustomerOnDragFunc(DragFuncType::DRAG_END, dragEvent); in FireCustomerOnDragEnd()
/foundation/resourceschedule/device_standby/utils/common/include/
H A Dres_type.h389 DRAG_END = 1,
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.h250 DRAG_END, member in OHOS::Rosen::ApiWindowMode::RectChangeReason
260 { WindowSizeChangeReason::DRAG_END, RectChangeReason::DRAG_END }, member in OHOS::Rosen::ApiWindowMode::WindowSizeChangeReason
H A Djs_window_listener.cpp71 reason != WindowSizeChangeReason::DRAG_END) { in OnSizeChange()
517 if (currentReason_ != RectChangeReason::DRAG && rectChangReason == RectChangeReason::DRAG_END) { in OnRectChange()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp357 reason = SizeChangeReason::DRAG_END; in ConsumeMoveEvent()
475 reason = SizeChangeReason::DRAG_END; in ConsumeDragEvent()
495 SizeChangeReason reason = SizeChangeReason::DRAG_END; in MoveDragInterrupt()
1071 ProcessWindowDragHotAreaFunc(true, SizeChangeReason::DRAG_END); in OnLostFocus()
1073 ProcessSessionRectChange(SizeChangeReason::DRAG_END); in OnLostFocus()
H A Dscene_session.cpp771 if (session->winRect_ == rect && session->reason_ != SizeChangeReason::DRAG_END && in UpdateRect()
2397 WSRect rect = moveDragController_->GetTargetRect(reason == SizeChangeReason::DRAG_END ? in OnMoveDragCallback()
2400 WSRect globalRect = moveDragController_->GetTargetRect(reason == SizeChangeReason::DRAG_END ? in OnMoveDragCallback()
2403 bool isGlobal = (reason != SizeChangeReason::DRAG_END); in OnMoveDragCallback()
2404 bool needFlush = (reason != SizeChangeReason::DRAG_END); in OnMoveDragCallback()
2410 if (reason == SizeChangeReason::DRAG || reason == SizeChangeReason::DRAG_END) { in OnMoveDragCallback()
2423 if (reason == SizeChangeReason::DRAG_END) { in OnMoveDragCallback()
2450 } else if (reason == SizeChangeReason::DRAG_END) { in HandleMoveDragSurfaceNode()
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/
H A Dres_value.h227 DRAG_END = 1,
/foundation/window/window_manager/wm/include/
H A Dressched_report.h92 case WindowSizeChangeReason::DRAG_END: { in RequestPerfIfNeed()
/foundation/window/window_manager/interfaces/kits/napi/extension_window/
H A Djs_extension_window_listener.cpp73 if (currentWidth_ == rect.width_ && currentHeight_ == rect.height_ && reason != WindowSizeChangeReason::DRAG_END) { in OnSizeChange()
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_hub_test_ng.cpp387 eventHub->SetCustomerOnDragFunc(DragFuncType::DRAG_END, OnDragEnd); in HWTEST_F()
388 eventHub->FireCustomerOnDragFunc(DragFuncType::DRAG_END, dragEvent); in HWTEST_F()
614 eventHub->FireCustomerOnDragFunc(DragFuncType::DRAG_END, dragEvent, DRAG_DROP_EVENT_TYPE); in HWTEST_F()
/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h380 DRAG_END, member in OHOS::OHOS::OHOS::Rosen::SizeChangeReason
/foundation/arkui/ace_engine/frameworks/base/perfmonitor/
H A Dperf_monitor.cpp686 case OHOS::Ace::WindowSizeChangeReason::DRAG_END: in RecordWindowRectResize()
/foundation/window/window_manager/previewer/include/
H A Dwm_common.h304 DRAG_END, member in OHOS::Rosen::WindowType::WindowState::WmErrorCode::SystemBarSettingFlag::WindowSizeChangeReason
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_pattern.cpp702 case WindowSizeChangeReason::DRAG_END: { in OnWindowSizeChanged()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
H A Dsocperf_plugin.cpp448 } else if (data->value == StatusBarDragStatus::DRAG_END) { in HandleDragStatusBar()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/test/unittest/
H A Dsoc_perf_plugin_test.cpp293 ResType::StatusBarDragStatus::DRAG_END, nullptr); in HWTEST_F()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwm_common.h346 DRAG_END, member in OHOS::Rosen::WindowType::WindowModeType::SystemBarSettingFlag::WindowSizeChangeReason
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test3.cpp190 sceneSession->reason_ = SizeChangeReason::DRAG_END; in HWTEST_F()
H A Dscene_session_test5.cpp791 reason = SizeChangeReason::DRAG_END; in HWTEST_F()
1562 session->HandleMoveDragSurfaceNode(SizeChangeReason::DRAG_END); in HWTEST_F()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_controller.cpp1200 node->SetWindowSizeChangeReason(WindowSizeChangeReason::DRAG_END); in ProcessPointUp()
1214 WMError res = windowRoot_->UpdateSizeChangeReason(windowId, WindowSizeChangeReason::DRAG_END); in ProcessPointUp()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_window_test_ng.cpp335 EXPECT_NE(type, WindowSizeChangeReason::DRAG_END); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp1162 delegate_->HandleDragEvent(localX * viewScale, localY * viewScale, DragAction::DRAG_END); in OnDragWindowDropEvent()

Completed in 45 milliseconds

12