Home
last modified time | relevance | path

Searched refs:DRAG_START (Results 1 - 25 of 27) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow_animation_config.h26 DRAG_START, member in OHOS::Ace::WindowSizeChangeReason
/foundation/resourceschedule/device_standby/utils/common/include/
H A Dres_type.h388 DRAG_START = 0,
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.h249 DRAG_START, member in OHOS::Rosen::ApiWindowMode::RectChangeReason
259 { WindowSizeChangeReason::DRAG_START, RectChangeReason::DRAG_START }, member in OHOS::Rosen::ApiWindowMode::WindowSizeChangeReason
H A Djs_window_utils.cpp411 napi_set_named_property(env, objValue, "DRAG_START", in RectChangeReasonInit()
412 CreateJsValue(env, static_cast<uint32_t>(RectChangeReason::DRAG_START))); in RectChangeReasonInit()
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/
H A Dres_value.h226 DRAG_START = 0,
/foundation/window/window_manager/wm/include/
H A Dressched_report.h99 case WindowSizeChangeReason::DRAG_START: in RequestPerfIfNeed()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_window_test_ng.cpp333 EXPECT_NE(type, WindowSizeChangeReason::DRAG_START); in HWTEST_F()
583 EXPECT_NE(type, WindowSizeChangeReason::DRAG_START); in HWTEST_F()
602 auto type = WindowSizeChangeReason::DRAG_START; in HWTEST_F()
606 EXPECT_EQ(type, WindowSizeChangeReason::DRAG_START); in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_stub_test.cpp73 data.WriteUint32(static_cast<uint32_t>(WindowSizeChangeReason::DRAG_START)); in HWTEST_F()
101 data.WriteUint32(static_cast<uint32_t>(WindowSizeChangeReason::DRAG_START)); in HWTEST_F()
H A Dwindow_impl_test2.cpp484 window->UpdateRect(rect2, true, WindowSizeChangeReason::DRAG_START); in HWTEST_F()
/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h379 DRAG_START, member in OHOS::OHOS::OHOS::Rosen::SizeChangeReason
/foundation/arkui/ace_engine/frameworks/base/perfmonitor/
H A Dperf_monitor.cpp683 case OHOS::Ace::WindowSizeChangeReason::DRAG_START: in RecordWindowRectResize()
/foundation/window/window_manager/previewer/include/
H A Dwm_common.h303 DRAG_START, member in OHOS::Rosen::WindowType::WindowState::WmErrorCode::SystemBarSettingFlag::WindowSizeChangeReason
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_pattern.cpp700 case WindowSizeChangeReason::DRAG_START: in OnWindowSizeChanged()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
H A Dsocperf_plugin.cpp446 if (data->value == StatusBarDragStatus::DRAG_START) { in HandleDragStatusBar()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/test/unittest/
H A Dsoc_perf_plugin_test.cpp290 ResType::StatusBarDragStatus::DRAG_START, nullptr); in HWTEST_F()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwm_common.h345 DRAG_START, member in OHOS::Rosen::WindowType::WindowModeType::SystemBarSettingFlag::WindowSizeChangeReason
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h484 DRAG_START = 0, member in OHOS::Ace::DragAction
522 NWeb::DragAction action_ = NWeb::DragAction::DRAG_START;
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test5.cpp797 reason = SizeChangeReason::DRAG_START; in HWTEST_F()
1559 session->HandleMoveDragSurfaceNode(SizeChangeReason::DRAG_START); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp452 reason = SizeChangeReason::DRAG_START; in ConsumeDragEvent()
H A Dscene_session.cpp2392 if (reason == SizeChangeReason::DRAG_START) { in OnMoveDragCallback()
2425 } else if (reason == SizeChangeReason::DRAG_START) { in OnMoveDragCallback()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_utils.cpp1064 napi_set_named_property(env, objValue, "DRAG_START", CreateJsValue(env, in CreateJsSessionSizeChangeReason()
1065 static_cast<int32_t>(SizeChangeReason::DRAG_START))); in CreateJsSessionSizeChangeReason()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_controller.cpp1137 WMError res = windowRoot_->UpdateSizeChangeReason(windowId, WindowSizeChangeReason::DRAG_START); in NotifyServerReadyToMoveOrDrag()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp2070 case WindowSizeChangeReason::DRAG_START: in WindowSizeChangeAnimate()
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp3883 reason == WindowSizeChangeReason::DRAG_START || reason == WindowSizeChangeReason::RECOVER || in IsStretchableReason()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp1705 case WindowSizeChangeReason::DRAG_START: in StartWindowSizeChangeAnimate()

Completed in 86 milliseconds

12