Home
last modified time | relevance | path

Searched refs:currentFoldCreaseRegion_ (Results 1 - 14 of 14) sorted by relevance

/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_; member in OHOS::Ace::DisplayInfo
/foundation/window/window_manager/previewer/src/
H A Dwindow_display.cpp39 currentFoldCreaseRegion_ = currentFoldCreaseRegion; in SetCurrentFoldCreaseRegion()
62 return currentFoldCreaseRegion_; in GetCurrentFoldCreaseRegion()
/foundation/window/window_manager/previewer/include/
H A Dwindow_display.h52 sptr<FoldCreaseRegion> currentFoldCreaseRegion_ = nullptr; member in OHOS::Previewer::PreviewerDisplay
/foundation/window/window_manager/window_scene/screen_session_manager/include/fold_screen_controller/
H A Dfold_screen_policy.h56 sptr<FoldCreaseRegion> currentFoldCreaseRegion_ = nullptr; member in OHOS::Rosen::FoldScreenPolicy
/foundation/window/window_manager/window_scene/screen_session_manager/src/fold_screen_controller/
H A Dfold_screen_policy.cpp38 return currentFoldCreaseRegion_; in GetCurrentFoldCreaseRegion()
H A Ddual_display_fold_policy.cpp64 currentFoldCreaseRegion_ = new FoldCreaseRegion(screenIdMain, rect); in DualDisplayFoldPolicy()
184 return currentFoldCreaseRegion_; in GetCurrentFoldCreaseRegion()
H A Dsingle_display_pocket_fold_policy.cpp64 currentFoldCreaseRegion_ = new FoldCreaseRegion(screenIdFull, rect); in SingleDisplayPocketFoldPolicy()
167 return currentFoldCreaseRegion_; in GetCurrentFoldCreaseRegion()
H A Dsingle_display_fold_policy.cpp61 currentFoldCreaseRegion_ = new FoldCreaseRegion(screenIdFull, rect); in SingleDisplayFoldPolicy()
146 return currentFoldCreaseRegion_; in GetCurrentFoldCreaseRegion()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_pattern.h293 return currentFoldCreaseRegion_; in GetFoldCreaseRects()
454 std::vector<Rect> currentFoldCreaseRegion_; member in OHOS::Ace::NG::TitleBarPattern
H A Dtitle_bar_pattern.cpp1138 currentFoldCreaseRegion_ = displayInfo->GetCurrentFoldCreaseRegion(); in InitFoldCreaseRegion()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Ddual_display_fold_policy_test.cpp158 ASSERT_EQ(res, dualDisplayFoldPolicy.currentFoldCreaseRegion_); in HWTEST_F()
H A Dsingle_display_pocket_fold_policy_test.cpp117 EXPECT_EQ(policy.currentFoldCreaseRegion_, foldCreaseRegion); in HWTEST_F()
H A Dsingle_display_fold_policy_test.cpp112 EXPECT_EQ(policy.currentFoldCreaseRegion_, foldCreaseRegion); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_model_test_ng.cpp2035 titleBarPattern->currentFoldCreaseRegion_ = rects; in HWTEST_F()

Completed in 14 milliseconds