Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_cutout_controller_test.cpp57 HWTEST_F(DisplayCutoutControllerTest, SetCurvedScreenBoundary, Function | SmallTest | Level1)
62 controller->SetCurvedScreenBoundary(curvedScreenBoundary);
109 controller->SetCurvedScreenBoundary(curvedScreenBoundary);
116 controller->SetCurvedScreenBoundary(curvedScreenBoundary);
137 controller->SetCurvedScreenBoundary(curvedScreenBoundary);
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_cutout_controller.h48 void SetCurvedScreenBoundary(std::vector<int> curvedScreenBoundary);
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_cutout_controller.cpp48 void DisplayCutoutController::SetCurvedScreenBoundary(std::vector<int> curvedScreenBoundary) in SetCurvedScreenBoundary() function in OHOS::Rosen::DisplayCutoutController
H A Ddisplay_manager_service.cpp116 displayCutoutController_->SetCurvedScreenBoundary( in ConfigureDisplayManagerService()