Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.cpp1979 float maxScrollDecreaseHeight = scrollHeight_; in GetSheetTypeWithAuto() local
1992 maxScrollDecreaseHeight > maxAvoidSize - sheetHeightUp_) { in GetSheetTypeWithAuto()
1993 maxScrollDecreaseHeight = maxAvoidSize - sheetHeightUp_; in GetSheetTypeWithAuto()
1996 CalcLength(GetScrollHeight() - maxScrollDecreaseHeight))); in GetSheetTypeWithAuto()