Home
last modified time | relevance | path

Searched refs:isNeedCalculateFriction (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.cpp2465 bool isNeedCalculateFriction = isExceedMaxSheetHeight && isDraggingUp; in GetSheetTypeWithAuto() local
2466 if (isNeedCalculateFriction && GreatNotEqual(sheetMaxHeight_, 0.0f)) { in GetSheetTypeWithAuto()