Home
last modified time | relevance | path

Searched refs:systemAvoidArea_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_test_utils.h62 static AvoidArea systemAvoidArea_; variable
H A Dwindow_test_utils.cpp44 AvoidArea WindowTestUtils::systemAvoidArea_ = {}; member in OHOS::Rosen::WindowTestUtils
364 testUtils->avoidArea_ = systemAvoidArea_; in UpdateSplitRects()
H A Dwindow_layout_test.cpp108 window->GetAvoidAreaByType(AvoidAreaType::TYPE_SYSTEM, WindowTestUtils::systemAvoidArea_); in InitAvoidArea()