Home
last modified time | relevance | path

Searched refs:SetMaxFloatingWindowSize (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_layout_policy.h62 static void SetMaxFloatingWindowSize(uint32_t maxSize);
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_layout_policy_test.cpp1417 HWTEST_F(WindowLayoutPolicyTest, SetMaxFloatingWindowSize, Function | SmallTest | Level2)
1420 layoutPolicy_->SetMaxFloatingWindowSize(maxSize);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_layout_policy.cpp754 void WindowLayoutPolicy::SetMaxFloatingWindowSize(uint32_t maxSize) in SetMaxFloatingWindowSize() function in OHOS::Rosen::WindowLayoutPolicy
H A Dwindow_manager_service.cpp424 WindowLayoutPolicy::SetMaxFloatingWindowSize(static_cast<uint32_t>(numbers[0])); in ConfigureWindowManagerService()