Home
last modified time | relevance | path

Searched refs:IsSheetBottomStyle (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.cpp528 if (IsSheetBottomStyle()) { in HandleDragUpdate()
783 if (IsSheetBottomStyle()) { in AvoidSafeArea()
973 if ((HasOnHeightDidChange() && IsSheetBottomStyle() && isTransitionIn && isNeedProcessHeight_) in SheetTransition()
1127 if (IsSheetBottomStyle() && (sheetDetentHeight_.size() > 1)) { in UpdateDragBarStatus()
2348 if (!IsSheetBottomStyle() || NearEqual(preDetentsHeight_, height) || in GetSheetTypeWithAuto()
2488 if (IsSheetBottomStyle()) { in GetSheetTypeWithAuto()
2612 if (IsSheetBottomStyle()) { in GetSheetTypeWithAuto()
H A Dsheet_presentation_pattern.h620 bool IsSheetBottomStyle() in IsSheetBottomStyle() function