Home
last modified time | relevance | path

Searched defs:predictEndPos (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp1227 auto predictEndPos = totalOffset_ - predictSnapOffset_.value(); in FixPredictSnapOffset() local
1267 auto predictEndPos = totalOffset_ - predictSnapOffset_.value(); in FixPredictSnapOffsetAlignStart() local
1307 auto predictEndPos = totalOffset_ - predictSnapOffset_.value(); in FixPredictSnapOffsetAlignCenter() local
1347 auto predictEndPos = totalOffset_ - predictSnapOffset_.value(); in FixPredictSnapOffsetAlignEnd() local
2241 float predictEndPos, int32_t& endIndex, int32_t& currIndex) const in FindPredictSnapIndexInItemPositionsStart()
2263 float predictEndPos, int32_t& endIndex, int32_t& currIndex) const in FindPredictSnapIndexInItemPositionsCenter()
2283 float predictEndPos, int32_t& endIndex, int32_t& currIndex) const in FindPredictSnapIndexInItemPositionsEnd()
2305 float predictEndPos, V2::ScrollSnapAlign scrollSnapAlign) in FindPredictSnapEndIndexInItemPositions()