Home
last modified time | relevance | path

Searched refs:currentFoldCreaseRegion_ (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Ddisplay_info.h104 return currentFoldCreaseRegion_; in GetCurrentFoldCreaseRegion()
109 currentFoldCreaseRegion_ = currentFoldCreaseRegion; in SetCurrentFoldCreaseRegion()
146 std::vector<Rect> currentFoldCreaseRegion_; variable
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_display.cpp39 currentFoldCreaseRegion_ = currentFoldCreaseRegion; in SetCurrentFoldCreaseRegion()
62 return currentFoldCreaseRegion_; in GetCurrentFoldCreaseRegion()
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_display.h52 sptr<FoldCreaseRegion> currentFoldCreaseRegion_ = nullptr; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_pattern.h280 return currentFoldCreaseRegion_; in GetFoldCreaseRects()
419 std::vector<Rect> currentFoldCreaseRegion_; variable
H A Dtitle_bar_pattern.cpp1103 currentFoldCreaseRegion_ = displayInfo->GetCurrentFoldCreaseRegion(); in InitFoldCreaseRegion()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/fold_screen_controller/
H A Dfold_screen_policy.cpp57 return currentFoldCreaseRegion_; in GetCurrentFoldCreaseRegion()
H A Ddual_display_fold_policy.cpp61 currentFoldCreaseRegion_ = new FoldCreaseRegion(screenIdMain, rect); in DualDisplayFoldPolicy()
172 return currentFoldCreaseRegion_; in GetCurrentFoldCreaseRegion()
H A Dsingle_display_fold_policy.cpp61 currentFoldCreaseRegion_ = new FoldCreaseRegion(screenIdFull, rect); in SingleDisplayFoldPolicy()
145 return currentFoldCreaseRegion_; in GetCurrentFoldCreaseRegion()
H A Dsingle_display_pocket_fold_policy.cpp65 currentFoldCreaseRegion_ = new FoldCreaseRegion(screenIdFull, rect); in SingleDisplayPocketFoldPolicy()
168 return currentFoldCreaseRegion_; in GetCurrentFoldCreaseRegion()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/fold_screen_controller/
H A Dfold_screen_policy.h66 sptr<FoldCreaseRegion> currentFoldCreaseRegion_ = nullptr; variable
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Ddual_display_fold_policy_test.cpp129 ASSERT_EQ(res, dualDisplayFoldPolicy.currentFoldCreaseRegion_);
H A Dsingle_display_fold_policy_test.cpp112 EXPECT_EQ(policy.currentFoldCreaseRegion_, foldCreaseRegion);
H A Dsingle_display_pocket_fold_policy_test.cpp118 EXPECT_EQ(policy.currentFoldCreaseRegion_, foldCreaseRegion);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.h765 std::vector<Rect> currentFoldCreaseRegion_; variable
H A Dsheet_presentation_pattern.cpp2715 if (!enableHoverMode || !currentFoldCreaseRegion_.empty()) { in GetSheetTypeWithAuto()
2722 currentFoldCreaseRegion_ = displayInfo->GetCurrentFoldCreaseRegion(); in GetSheetTypeWithAuto()
2727 if (currentFoldCreaseRegion_.empty()) { in GetSheetTypeWithAuto()
2731 return currentFoldCreaseRegion_.front(); in GetSheetTypeWithAuto()