Home
last modified time | relevance | path

Searched refs:foldCreaseRegion (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Ddisplay_info_utils.cpp37 auto foldCreaseRegion = Rosen::DisplayManager::GetInstance().GetCurrentFoldCreaseRegion(); in GetDisplayInfo() local
38 if (foldCreaseRegion) { in GetDisplayInfo()
39 auto creaseRects = foldCreaseRegion->GetCreaseRects(); in GetDisplayInfo()
/foundation/window/window_manager/interfaces/kits/cj/display_runtime/
H A Dcj_display_manager.cpp91 static CFoldCreaseRegion* CreateCFoldCreaseRegionObject(sptr<FoldCreaseRegion> &foldCreaseRegion) in CreateCFoldCreaseRegionObject() argument
102 region->displayId = static_cast<uint32_t>(foldCreaseRegion->GetDisplayId()); in CreateCFoldCreaseRegionObject()
103 std::vector<DMRect> creaseRects = foldCreaseRegion->GetCreaseRects(); in CreateCFoldCreaseRegionObject()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dsingle_display_pocket_fold_policy_test.cpp115 sptr<FoldCreaseRegion> foldCreaseRegion; in HWTEST_F() local
116 foldCreaseRegion = policy.GetCurrentFoldCreaseRegion(); in HWTEST_F()
117 EXPECT_EQ(policy.currentFoldCreaseRegion_, foldCreaseRegion); in HWTEST_F()
H A Dsingle_display_fold_policy_test.cpp110 sptr<FoldCreaseRegion> foldCreaseRegion; in HWTEST_F() local
111 foldCreaseRegion = policy.GetCurrentFoldCreaseRegion(); in HWTEST_F()
112 EXPECT_EQ(policy.currentFoldCreaseRegion_, foldCreaseRegion); in HWTEST_F()

Completed in 3 milliseconds