Home
last modified time | relevance | path

Searched refs:LIST_PARAM_INVAID (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_element.cpp123 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()
H A Dlayout_manager.h34 const int32_t LIST_PARAM_INVAID = -2; variable
297 int32_t beginIndex_ = LIST_PARAM_INVAID;
298 int32_t endIndex_ = LIST_PARAM_INVAID;
H A Dlist_element.h91 int32_t beginIndex_ = LIST_PARAM_INVAID;
92 int32_t endIndex_ = LIST_PARAM_INVAID;
H A Dlist_component.cpp188 if (beginIndex_ != LIST_PARAM_INVAID && endIndex_ != LIST_PARAM_INVAID) { in RemoveChild()
H A Dlist_component.h546 int32_t beginIndex_ { LIST_PARAM_INVAID };
547 int32_t endIndex_ { LIST_PARAM_INVAID };
H A Dlist_layout_manager.h91 int32_t maxEndIndex_ = LIST_PARAM_INVAID;
H A Drender_list.h552 int32_t beginIndex_ = LIST_PARAM_INVAID;
553 int32_t endIndex_ = LIST_PARAM_INVAID;
H A Dgrid_layout_manager.cpp163 if (beginIndex_ == LIST_PARAM_INVAID || endIndex_ == LIST_PARAM_INVAID) { in RequestMoreItemsIfNeeded()
H A Drender_list.cpp394 …if (beginIndex_ == LIST_PARAM_INVAID && endIndex_ == LIST_PARAM_INVAID && maxCount_ > 0 && index >… in GetChildByIndex()
H A Dlist_layout_manager.cpp134 if (beginIndex_ == LIST_PARAM_INVAID || endIndex_ == LIST_PARAM_INVAID) { in RequestMoreItemsIfNeeded()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list.h212 int32_t beginIndex_ = LIST_PARAM_INVAID;
213 int32_t endIndex_ = LIST_PARAM_INVAID;