Home
last modified time | relevance | path

Searched refs:CalculatePredictSnapEndPositionByIndex (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.h523 … float CalculatePredictSnapEndPositionByIndex(int32_t index, V2::ScrollSnapAlign scrollSnapAlign);
H A Dlist_layout_algorithm.cpp1230 predictEndPos = CalculatePredictSnapEndPositionByIndex(endIndex, scrollSnapAlign); in FixPredictSnapOffset()
2344 float ListLayoutAlgorithm::CalculatePredictSnapEndPositionByIndex(int32_t index, V2::ScrollSnapAlig… in CalculatePredictSnapEndPositionByIndex() function in OHOS::Ace::NG::ListLayoutAlgorithm
2395 predictSnapEndPos = CalculatePredictSnapEndPositionByIndex(index, scrollSnapAlign); in OnItemPositionAddOrUpdate()