Home
last modified time | relevance | path

Searched refs:GetSheetMaxHeight (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_layout_algorithm.h58 float GetSheetMaxHeight() in GetSheetMaxHeight() function
H A Dsheet_presentation_pattern.h493 float GetSheetMaxHeight() in GetSheetMaxHeight() function
H A Dsheet_presentation_pattern.cpp211 if (sheetLayoutAlgorithm->GetSheetMaxHeight() > 0) { in OnDirtyLayoutWrapperSwap()
212 pageHeight_ = sheetLayoutAlgorithm->GetSheetMaxHeight(); in OnDirtyLayoutWrapperSwap()
213 sheetMaxHeight_ = sheetLayoutAlgorithm->GetSheetMaxHeight() - sheetTopSafeArea_; in OnDirtyLayoutWrapperSwap()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Dsheet_coverage_test_ng.cpp666 EXPECT_TRUE(sheetLayoutAlgorithm->GetSheetMaxHeight() > 0);