Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.h67 enum class ScrollAutoType { enum
378 ScrollAutoType GetScrollAutoType() const in GetScrollAutoType()
538 ScrollAutoType scrollAutoType_ = ScrollAutoType::NOT_CHANGE;
H A Dlist_layout_algorithm.cpp352 scrollAutoType_ = ScrollAutoType::START; in HandleJumpAuto()
357 scrollAutoType_ = ScrollAutoType::END; in HandleJumpAuto()
366 scrollAutoType_ = ScrollAutoType::START; in HandleJumpAuto()
371 scrollAutoType_ = ScrollAutoType::END; in HandleJumpAuto()
552 scrollAutoType_ = ScrollAutoType::NOT_CHANGE; in JudgeInOfScreenScrollAutoType()
559 scrollAutoType_ = ScrollAutoType::END; in JudgeInOfScreenScrollAutoType()
561 scrollAutoType_ = ScrollAutoType::START; in JudgeInOfScreenScrollAutoType()
578 scrollAutoType_ = ScrollAutoType::END; in JudgeOutOfScreenScrollAutoType()
580 scrollAutoType_ = ScrollAutoType::START; in JudgeOutOfScreenScrollAutoType()
584 scrollAutoType_ = ScrollAutoType::START; in JudgeOutOfScreenScrollAutoType()
[all …]