Home
last modified time | relevance | path

Searched refs:SetWindowEffect (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_pair.cpp213 WindowSystemEffect::SetWindowEffect(primary_); in Clear()
230 WindowSystemEffect::SetWindowEffect(secondary_); in Clear()
449 WindowSystemEffect::SetWindowEffect(primary_); in SwitchPosition()
458 WindowSystemEffect::SetWindowEffect(secondary_); in SwitchPosition()
547 WindowSystemEffect::SetWindowEffect(node); in HandleRemoveWindow()
H A Dwindow_system_effect.cpp169 WMError WindowSystemEffect::SetWindowEffect(const sptr<WindowNode>& node, bool needCheckAnimation) in SetWindowEffect() function in OHOS::Rosen::WindowSystemEffect
H A Dwindow_group_mgr.cpp131 WindowSystemEffect::SetWindowEffect(windowNode); in MoveMissionToForeground()
H A Dwindow_layout_policy_tile.cpp318 WindowSystemEffect::SetWindowEffect(node); in ApplyPresetRectForTileWindows()
H A Dstarting_window.cpp194 WindowSystemEffect::SetWindowEffect(node); in DrawStartingWindow()
H A Dwindow_node_container.cpp2311 WindowSystemEffect::SetWindowEffect(needReZOrderNode); in ReZOrderShowWhenLockedWindows()
2356 WindowSystemEffect::SetWindowEffect(node); in RaiseShowWhenLockedWindowIfNeeded()
2516 WindowSystemEffect::SetWindowEffect(node); in SetWindowMode()
H A Dremote_animation.cpp811 …WindowSystemEffect::SetWindowEffect(node, false); // no need to check animationPlaying in finishCa… in ExecuteFinalStateTask()
H A Dwindow_layout_policy_cascade.cpp85 WindowSystemEffect::SetWindowEffect(node); in Reorder()
H A Dwindow_controller.cpp288 WindowSystemEffect::SetWindowEffect(node); in CreateWindow()
H A Dwindow_root.cpp581 WindowSystemEffect::SetWindowEffect(windowNode); in ToggleShownStateForAllAppWindows()
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_system_effect_test.cpp101 ASSERT_EQ(WMError::WM_ERROR_NULLPTR, WindowSystemEffect::SetWindowEffect(windowNode));
102 ASSERT_EQ(WMError::WM_OK, WindowSystemEffect::SetWindowEffect(node_));
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_system_effect.h57 static WMError SetWindowEffect(const sptr<WindowNode>& node, bool needCheckAnimation = true);