Searched refs:moveToEndLineIndex_ (Results 1 – 2 of 2) sorted by relevance
93 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()
224 …int32_t moveToEndLineIndex_ = -1; // place index in the last line when scroll to index aft… variable