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.cpp1205 auto predictEndPos = totalOffset_ - predictSnapOffset_.value(); in FixPredictSnapOffset() local
1245 auto predictEndPos = totalOffset_ - predictSnapOffset_.value(); in FixPredictSnapOffsetAlignStart() local
1285 auto predictEndPos = totalOffset_ - predictSnapOffset_.value(); in FixPredictSnapOffsetAlignCenter() local
1325 auto predictEndPos = totalOffset_ - predictSnapOffset_.value(); in FixPredictSnapOffsetAlignEnd() local
2140 float predictEndPos, int32_t& endIndex, int32_t& currIndex) const in FindPredictSnapIndexInItemPositionsStart()
2162 float predictEndPos, int32_t& endIndex, int32_t& currIndex) const in FindPredictSnapIndexInItemPositionsCenter()
2182 float predictEndPos, int32_t& endIndex, int32_t& currIndex) const in FindPredictSnapIndexInItemPositionsEnd()
2204 float predictEndPos, V2::ScrollSnapAlign scrollSnapAlign) in FindPredictSnapEndIndexInItemPositions()