Home
last modified time | relevance | path

Searched refs:isDirectionUp_ (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.cpp486 isDirectionUp_ = true; in HandleDragStart()
910 ref->scrollSizeMode_ == ScrollSizeMode::CONTINUOUS && ref->isDirectionUp_; in ModifyFireSheetTransition()
972 bool isNeedChangeScrollHeight = scrollSizeMode_ == ScrollSizeMode::CONTINUOUS && isDirectionUp_; in SheetTransition()
1023 isDirectionUp_ = false; in SheetInteractiveDismiss()
1802 isDirectionUp_ = GreatNotEqual(height, height_); in GetSheetTypeWithAuto()
2409 isDirectionUp_ = true; in GetSheetTypeWithAuto()
H A Dsheet_presentation_pattern.h749 bool isDirectionUp_ = true; variable