Searched refs:NotifyChangeWithCount (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_node.cpp | 127 NotifyChangeWithCount(0, 0, NotificationType::START_CHANGE_POSITION); in OnDataReloaded() 128 …NotifyChangeWithCount(static_cast<int32_t>(FrameCount()), 0, NotificationType::END_CHANGE_POSITION… in OnDataReloaded() 143 NotifyChangeWithCount(insertIndex, 1, NotificationType::START_AND_END_CHANGE_POSITION); in OnDataAdded() 182 NotifyChangeWithCount(deletedIndex, -1, NotificationType::START_AND_END_CHANGE_POSITION); in OnDataDeleted() 224 NotifyChangeWithCount(changedIndex, 0, NotificationType::START_AND_END_CHANGE_POSITION); in OnDataChanged() 252 NotifyChangeWithCount(changedIndex, 0, NotificationType::START_CHANGE_POSITION); in OnDataBulkChanged() 267 …NotifyChangeWithCount(static_cast<int32_t>(std::max(from, to)), 0, NotificationType::END_CHANGE_PO… in OnDataMoveToNewPlace() 281 …NotifyChangeWithCount(static_cast<int32_t>(std::max(from, to)), 0, NotificationType::END_CHANGE_PO… in OnDataMoved() 312 NotifyChangeWithCount(initialChangedIndex, 0, NotificationType::START_CHANGE_POSITION); in OnDatasetChange() 611 … NotifyChangeWithCount(std::max(operation.coupleIndex.first, operation.coupleIndex.second), 0, in ParseOperations() [all …]
|
H A D | lazy_for_each_node.h | 177 … void NotifyChangeWithCount(int32_t index, int32_t count, NotificationType notificationType) const;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/ |
H A D | lazy_for_each_syntax_test_ng.cpp | 1393 …lazyForEachNode->NotifyChangeWithCount(INDEX_0, 0, UINode::NotificationType::START_CHANGE_POSITION… 2160 lazyForEachNode->NotifyChangeWithCount(0, 0, UINode::NotificationType::END_CHANGE_POSITION);
|