Searched refs:LIST_PARAM_INVAID (Results 1 – 11 of 11) sorted by relevance
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()830 if (beginIndex_ != LIST_PARAM_INVAID && endIndex_ != LIST_PARAM_INVAID) { in PerformBuild()831 if (endIndex_ == 0 && repeatedLength_ != LIST_PARAM_INVAID && repeatedLength_ != 0) { in PerformBuild()861 if (beginIndex_ != LIST_PARAM_INVAID && endIndex_ != LIST_PARAM_INVAID) { in Update()
34 const int32_t LIST_PARAM_INVAID = -2; variable297 int32_t beginIndex_ = LIST_PARAM_INVAID;298 int32_t endIndex_ = LIST_PARAM_INVAID;
91 int32_t beginIndex_ = LIST_PARAM_INVAID;92 int32_t endIndex_ = LIST_PARAM_INVAID;
188 if (beginIndex_ != LIST_PARAM_INVAID && endIndex_ != LIST_PARAM_INVAID) { in RemoveChild()
546 int32_t beginIndex_ { LIST_PARAM_INVAID };547 int32_t endIndex_ { LIST_PARAM_INVAID };
91 int32_t maxEndIndex_ = LIST_PARAM_INVAID;
552 int32_t beginIndex_ = LIST_PARAM_INVAID;553 int32_t endIndex_ = LIST_PARAM_INVAID;
163 if (beginIndex_ == LIST_PARAM_INVAID || endIndex_ == LIST_PARAM_INVAID) { in RequestMoreItemsIfNeeded()
394 …if (beginIndex_ == LIST_PARAM_INVAID && endIndex_ == LIST_PARAM_INVAID && maxCount_ > 0 && index >… in GetChildByIndex()
134 if (beginIndex_ == LIST_PARAM_INVAID || endIndex_ == LIST_PARAM_INVAID) { in RequestMoreItemsIfNeeded()
212 int32_t beginIndex_ = LIST_PARAM_INVAID;213 int32_t endIndex_ = LIST_PARAM_INVAID;