/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_event_info.cpp | 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()
|
H A D | accessibility_element_info.cpp | 282 return beginIndex_; in GetBeginIndex() 287 beginIndex_ = index; in SetBeginIndex()
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_component.h | 143 return beginIndex_; in GetBeginIndex() 172 beginIndex_ = beginIndex; in SetBeginIndex() 546 int32_t beginIndex_ { LIST_PARAM_INVAID };
|
H A D | list_element.cpp | 123 if (beginIndex_ != LIST_PARAM_INVAID && endIndex_ != LIST_PARAM_INVAID) { in BuildListDataFromChild() 596 if (beginIndex_ == LIST_PARAM_INVAID || endIndex_ == LIST_PARAM_INVAID || repeatedLength_ == LIST_PARAM_INVAID) { in UpdateCachedComponent() 619 for (index = beginIndex_ + indexOffset_; index < endIndex_ + indexOffset_ && child != children.end(); ++child) { 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()
|
H A D | list_element.h | 91 int32_t beginIndex_ = LIST_PARAM_INVAID; member in OHOS::Ace::ListElement
|
H A D | list_component.cpp | 188 if (beginIndex_ != LIST_PARAM_INVAID && endIndex_ != LIST_PARAM_INVAID) { in RemoveChild()
|
H A D | grid_layout_manager.cpp | 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) > endIndex_) { in RequestMoreItemsIfNeeded()
|
H A D | render_list.h | 188 return beginIndex_; in GetBeginIndex() 552 int32_t beginIndex_ = LIST_PARAM_INVAID; member in OHOS::Ace::RenderList
|
H A D | layout_manager.h | 297 int32_t beginIndex_ = LIST_PARAM_INVAID; member in OHOS::Ace::LayoutManager
|
H A D | list_layout_manager.cpp | 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) > endIndex_) { in RequestMoreItemsIfNeeded()
|
H A D | render_list.cpp | 43 beginIndex_ = list->GetBeginIndex(); in Update() 394 if (beginIndex_ == LIST_PARAM_INVAID && endIndex_ == LIST_PARAM_INVAID && maxCount_ > 0 && index >= maxCount_) { in GetChildByIndex()
|
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_event_info.h | 229 int32_t beginIndex_ = 0; member in OHOS::Accessibility::AccessibilityMemo
|
H A D | accessibility_element_info.h | 1797 int32_t beginIndex_ = 0; member in OHOS::Accessibility::AccessibilityElementInfo
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_list.h | 212 int32_t beginIndex_ = LIST_PARAM_INVAID; member in OHOS::Ace::Framework::final
|
H A D | dom_list.cpp | 42 [](DOMList& list, const std::string& val) { list.beginIndex_ = StringUtils::StringToInt(val); }, in SetSpecializedAttr() 357 listComponent_->SetBeginIndex(beginIndex_); in CreateOrUpdateList()
|
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/ |
H A D | mock_accessibility_element_info_parcel.cpp | 100 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, beginIndex_); in ReadFromParcelSecondPart() 248 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, beginIndex_); in MarshallingSecondPart()
|
/foundation/barrierfree/accessibility/common/interface/src/parcel/ |
H A D | accessibility_element_info_parcel.cpp | 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()
|