Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
Dlist_layout_algorithm.cpp1217 float predictEndPos = predictSnapEndPos_.value(); in FixPredictSnapPos() local
1253 auto predictEndPos = totalOffset_ - predictSnapOffset_.value(); in FixPredictSnapOffset() local
1293 auto predictEndPos = totalOffset_ - predictSnapOffset_.value(); in FixPredictSnapOffsetAlignStart() local
1333 auto predictEndPos = totalOffset_ - predictSnapOffset_.value(); in FixPredictSnapOffsetAlignCenter() local
1373 auto predictEndPos = totalOffset_ - predictSnapOffset_.value(); in FixPredictSnapOffsetAlignEnd() local
2268 float predictEndPos, int32_t& endIndex, int32_t& currIndex) const in FindPredictSnapIndexInItemPositionsStart()
2290 float predictEndPos, int32_t& endIndex, int32_t& currIndex) const in FindPredictSnapIndexInItemPositionsCenter()
2310 float predictEndPos, int32_t& endIndex, int32_t& currIndex) const in FindPredictSnapIndexInItemPositionsEnd()
2332 float predictEndPos, V2::ScrollSnapAlign scrollSnapAlign) in FindPredictSnapEndIndexInItemPositions()