Home
last modified time | relevance | path

Searched refs:curvedScreenBoundary (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_cutout_controller_test.cpp60 std::vector<int> curvedScreenBoundary; in HWTEST_F() local
61 curvedScreenBoundary.emplace_back(2); in HWTEST_F()
62 controller->SetCurvedScreenBoundary(curvedScreenBoundary); in HWTEST_F()
108 std::vector<int> curvedScreenBoundary; in HWTEST_F() local
109 controller->SetCurvedScreenBoundary(curvedScreenBoundary); in HWTEST_F()
112 curvedScreenBoundary.emplace_back(1); in HWTEST_F()
113 curvedScreenBoundary.emplace_back(2); in HWTEST_F()
114 curvedScreenBoundary.emplace_back(3); in HWTEST_F()
115 curvedScreenBoundary.emplace_back(4); in HWTEST_F()
116 controller->SetCurvedScreenBoundary(curvedScreenBoundary); in HWTEST_F()
132 std::vector<int> curvedScreenBoundary; HWTEST_F() local
[all...]
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_cutout_controller.cpp48 void DisplayCutoutController::SetCurvedScreenBoundary(std::vector<int> curvedScreenBoundary) in SetCurvedScreenBoundary() argument
50 while (curvedScreenBoundary.size() < 4) { // 4 directions. in SetCurvedScreenBoundary()
51 curvedScreenBoundary.emplace_back(0); in SetCurvedScreenBoundary()
53 WLOGFI("Set curvedScreenBoundary"); in SetCurvedScreenBoundary()
54 curvedScreenBoundary_ = curvedScreenBoundary; in SetCurvedScreenBoundary()
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_cutout_controller.h48 void SetCurvedScreenBoundary(std::vector<int> curvedScreenBoundary);

Completed in 3 milliseconds