Home
last modified time | relevance | path

Searched refs:moveToEndLineIndex_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp93 gridLayoutInfo_.offsetEnd_ = moveToEndLineIndex_ > 0 in Measure()
652 … TAG_LOGI(AceLogTag::ACE_GRID, "scroll to end line with index:%{public}d", moveToEndLineIndex_); in FillBlankAtEnd()
654 moveToEndLineIndex_ = -1; in FillBlankAtEnd()
879 return moveToEndLineIndex_ > 0 && gridLayoutInfo_.endIndex_ >= moveToEndLineIndex_; in IsScrollToEndLine()
936 moveToEndLineIndex_ = isTargetBackward ? targetIndex : moveToEndLineIndex_; in ScrollToIndexAuto()
1369 … TAG_LOGI(AceLogTag::ACE_GRID, "scroll to end line with index:%{public}d", moveToEndLineIndex_); in FillNewLineBackward()
1371 moveToEndLineIndex_ = -1; in FillNewLineBackward()
H A Dgrid_scroll_layout_algorithm.h224 …int32_t moveToEndLineIndex_ = -1; // place index in the last line when scroll to index aft… variable