Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_cutout_controller_test.cpp60 std::vector<int> curvedScreenBoundary; variable
61 curvedScreenBoundary.emplace_back(2);
108 std::vector<int> curvedScreenBoundary; variable
112 curvedScreenBoundary.emplace_back(1);
113 curvedScreenBoundary.emplace_back(2);
114 curvedScreenBoundary.emplace_back(3);
115 curvedScreenBoundary.emplace_back(4);
132 std::vector<int> curvedScreenBoundary; variable
133 curvedScreenBoundary.emplace_back(0);
134 curvedScreenBoundary.emplace_back(0);
[all …]
/ohos5.0/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()
54 curvedScreenBoundary_ = curvedScreenBoundary; in SetCurvedScreenBoundary()
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_cutout_controller.h48 void SetCurvedScreenBoundary(std::vector<int> curvedScreenBoundary);