Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dminimize_app.h49 static void SetMinimizedByOtherConfig(bool isMinimizedByOther);
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dminimize_app_test.cpp129 MinimizeApp::SetMinimizedByOtherConfig(false);
134 MinimizeApp::SetMinimizedByOtherConfig(true);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dminimize_app.cpp174 void MinimizeApp::SetMinimizedByOtherConfig(bool isMinimizedByOther) in SetMinimizedByOtherConfig() function in OHOS::Rosen::MinimizeApp
H A Dwindow_manager_service.cpp338 MinimizeApp::SetMinimizedByOtherConfig(item.boolValue_); in ConfigureWindowManagerService()