Home
last modified time | relevance | path

Searched refs:END_CHANGE_POSITION (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_node.cpp128 …otifyChangeWithCount(static_cast<int32_t>(FrameCount()), 0, NotificationType::END_CHANGE_POSITION); in OnDataReloaded()
253 …ithCount(changedIndex + static_cast<int32_t>(count) - 1, 0, NotificationType::END_CHANGE_POSITION); in OnDataBulkChanged()
267 …hangeWithCount(static_cast<int32_t>(std::max(from, to)), 0, NotificationType::END_CHANGE_POSITION); in OnDataMoveToNewPlace()
281 …hangeWithCount(static_cast<int32_t>(std::max(from, to)), 0, NotificationType::END_CHANGE_POSITION); in OnDataMoved()
602 … NotifyChangeWithCount(operation.index, operation.count, NotificationType::END_CHANGE_POSITION); in ParseOperations()
605 … NotifyChangeWithCount(operation.index, -operation.count, NotificationType::END_CHANGE_POSITION); in ParseOperations()
608 …fyChangeWithCount(operation.index + operation.count - 1, 0, NotificationType::END_CHANGE_POSITION); in ParseOperations()
612 NotificationType::END_CHANGE_POSITION); in ParseOperations()
615 … NotifyChangeWithCount(operation.coupleIndex.second, 0, NotificationType::END_CHANGE_POSITION); in ParseOperations()
618 …otifyChangeWithCount(static_cast<int32_t>(FrameCount()), 0, NotificationType::END_CHANGE_POSITION); in ParseOperations()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.h755 END_CHANGE_POSITION = 1, enumerator
H A Dframe_node.cpp5678 case NotificationType::END_CHANGE_POSITION: in NotifyChange()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/
H A Dlazy_for_each_syntax_test_ng.cpp2160 lazyForEachNode->NotifyChangeWithCount(0, 0, UINode::NotificationType::END_CHANGE_POSITION);