Searched refs:CalculatePredictSnapEndPositionByIndex (Results 1 – 2 of 2) sorted by relevance
523 … float CalculatePredictSnapEndPositionByIndex(int32_t index, V2::ScrollSnapAlign scrollSnapAlign);
1230 predictEndPos = CalculatePredictSnapEndPositionByIndex(endIndex, scrollSnapAlign); in FixPredictSnapOffset()2344 float ListLayoutAlgorithm::CalculatePredictSnapEndPositionByIndex(int32_t index, V2::ScrollSnapAlig… in CalculatePredictSnapEndPositionByIndex() function in OHOS::Ace::NG::ListLayoutAlgorithm2395 predictSnapEndPos = CalculatePredictSnapEndPositionByIndex(index, scrollSnapAlign); in OnItemPositionAddOrUpdate()