Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/
H A Dfolder_stack_layout_algorithm.cpp204 auto foldCreaseRects = displayInfo->GetCurrentFoldCreaseRegion(); in RangeCalculation() local
205 if (!foldCreaseRects.empty()) { in RangeCalculation()
206 auto foldCrease = foldCreaseRects.front(); in RangeCalculation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_pattern.cpp90 auto foldCreaseRects = displayInfo->GetCurrentFoldCreaseRegion(); in UpdateHoverModeRect() local
93 if (!foldCreaseRects.empty()) { in UpdateHoverModeRect()
94 auto foldCrease = foldCreaseRects.front(); in UpdateHoverModeRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_title_util.cpp920 auto foldCreaseRects = pattern->GetFoldCreaseRects(); in IsNeedHoverModeAction() local
925 return !foldCreaseRects.empty() && isParentFullPage; in IsNeedHoverModeAction()
938 auto foldCreaseRects = pattern->GetFoldCreaseRects(); in CalculateTitlebarOffset() local
946 auto foldCrease = foldCreaseRects.front(); in CalculateTitlebarOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp910 auto foldCreaseRects = displayInfo->GetCurrentFoldCreaseRegion(); in UpdateSafeArea() local
911 if (!foldCreaseRects.empty()) { in UpdateSafeArea()
912 foldCreaseRect = foldCreaseRects.front(); in UpdateSafeArea()