Searched refs:currentEndPos (Results 1 – 4 of 4) sorted by relevance
400 float currentEndPos = startPos; in LayoutListItemAll() local403 currentStartPos = currentEndPos; in LayoutListItemAll()410 currentEndPos += spaceWidth_; in LayoutListItemAll()730 float currentEndPos = startPos; in MeasureJumpToItemForward() local733 currentStartPos = currentEndPos; in MeasureJumpToItemForward()748 float currentEndPos = endPos; in MeasureJumpToItemBackward() local752 currentEndPos = currentStartPos; in MeasureJumpToItemBackward()863 float currentEndPos = startPos; in MeasureForward() local867 currentStartPos = currentEndPos; in MeasureForward()887 currentEndPos = currentStartPos; in MeasureForward()[all …]
1034 float currentEndPos = startPos; in LayoutForward() local1046 currentStartPos = currentEndPos; in LayoutForward()1052 currentEndPos += spaceWidth_; in LayoutForward()1060 } while (LessOrEqual(currentEndPos + chainOffset, endMainPos)); in LayoutForward()1061 currentEndPos += chainOffset; in LayoutForward()1076 if (LessNotEqual(currentEndPos, endMainPos_ - contentEndOffset_) && !itemPosition_.empty()) { in LayoutForward()1077 endMainPos_ = currentEndPos + contentEndOffset_; in LayoutForward()1081 auto itemTotalSize = currentEndPos - firstItemTop + contentEndOffset_ + contentStartOffset_; in LayoutForward()1096 currentOffset_ = currentEndPos + contentEndOffset_ - contentMainSize_; in LayoutForward()1122 float currentEndPos = 0.0f; in LayoutBackward() local[all …]
706 float currentEndPos = startPos; in LayoutForward() local721 currentStartPos = currentEndPos; in LayoutForward()735 currentEndPos += spaceWidth_; in LayoutForward()742 } while (LessNotEqual(currentEndPos, endMainPos + marginValue) in LayoutForward()750 if (LessNotEqual(currentEndPos, endMainPos_) && !itemPosition_.empty()) { in LayoutForward()752 auto itemTotalSize = currentEndPos - firstItemTop; in LayoutForward()768 … currentOffset_ = currentEndPos - contentMainSize_ + prevMarginMontage + nextMarginMontage; in LayoutForward()770 startMainPos_ = currentEndPos - contentMainSize_; in LayoutForward()771 endMainPos_ = currentEndPos; in LayoutForward()839 float currentEndPos = 0.0f; in LayoutBackward() local[all …]
1334 float currentEndPos = startPos; variable1338 &layoutWrapper, layoutConstraint, axis, currentIndex, currentStartPos, currentEndPos);