Searched refs:beginIndex_ (Results 1 – 16 of 16) sorted by relevance
69 HILOG_DEBUG("beginIndex_[%{public}d]", beginIndex_); in GetBeginIndex()70 return beginIndex_; in GetBeginIndex()75 beginIndex_ = index; in SetBeginIndex()76 HILOG_DEBUG("beginIndex_[%{public}d]", beginIndex_); in SetBeginIndex()
292 return beginIndex_; in GetBeginIndex()297 beginIndex_ = index; in SetBeginIndex()
143 return beginIndex_; in GetBeginIndex()172 beginIndex_ = beginIndex; in SetBeginIndex()546 int32_t beginIndex_ { LIST_PARAM_INVAID };
123 if (beginIndex_ != LIST_PARAM_INVAID && endIndex_ != LIST_PARAM_INVAID) { in BuildListDataFromChild()596 …if (beginIndex_ == LIST_PARAM_INVAID || endIndex_ == LIST_PARAM_INVAID || repeatedLength_ == LIST_… in UpdateCachedComponent()619 …for (index = beginIndex_ + indexOffset_; index < endIndex_ + indexOffset_ && child != children.end… in UpdateCachedComponent()622 renderList_->SyncIndex(beginIndex_ + indexOffset_, endIndex_ + indexOffset_); in UpdateCachedComponent()830 if (beginIndex_ != LIST_PARAM_INVAID && endIndex_ != LIST_PARAM_INVAID) { in PerformBuild()855 beginIndex_ = list->GetBeginIndex(); in Update()861 if (beginIndex_ != LIST_PARAM_INVAID && endIndex_ != LIST_PARAM_INVAID) { in Update()
52 beginIndex_ = renderList_.GetBeginIndex(); in Update()163 if (beginIndex_ == LIST_PARAM_INVAID || endIndex_ == LIST_PARAM_INVAID) { in RequestMoreItemsIfNeeded()172 …if (CalculateRepeatedIndex(cachedBegin) < beginIndex_ || CalculateRepeatedIndex(cachedEnd) > endIn… in RequestMoreItemsIfNeeded()
188 return beginIndex_; in GetBeginIndex()552 int32_t beginIndex_ = LIST_PARAM_INVAID; variable
91 int32_t beginIndex_ = LIST_PARAM_INVAID; variable
188 if (beginIndex_ != LIST_PARAM_INVAID && endIndex_ != LIST_PARAM_INVAID) { in RemoveChild()
38 beginIndex_ = renderList_.GetBeginIndex(); in Update()134 if (beginIndex_ == LIST_PARAM_INVAID || endIndex_ == LIST_PARAM_INVAID) { in RequestMoreItemsIfNeeded()143 …if (CalculateRepeatedIndex(cachedBegin) < beginIndex_ || CalculateRepeatedIndex(cachedEnd) > endIn… in RequestMoreItemsIfNeeded()
297 int32_t beginIndex_ = LIST_PARAM_INVAID; variable
43 beginIndex_ = list->GetBeginIndex(); in Update()394 …if (beginIndex_ == LIST_PARAM_INVAID && endIndex_ == LIST_PARAM_INVAID && maxCount_ > 0 && index >… in GetChildByIndex()
229 int32_t beginIndex_ = 0; variable
1799 int32_t beginIndex_ = 0; variable
212 int32_t beginIndex_ = LIST_PARAM_INVAID; variable
42 … [](DOMList& list, const std::string& val) { list.beginIndex_ = StringUtils::StringToInt(val); }, in SetSpecializedAttr()357 listComponent_->SetBeginIndex(beginIndex_); in CreateOrUpdateList()
100 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, beginIndex_); in ReadFromParcelSecondPart()249 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, beginIndex_); in MarshallingSecondPart()