Searched refs:changedIndex (Results 1 – 3 of 3) sorted by relevance
355 int32_t changedIndex = 0; in RepairDatasetItems() local362 changedIndex = iter->second; in RepairDatasetItems()366 changedIndex = iter->second; in RepairDatasetItems()373 changedIndex = iter->second; in RepairDatasetItems()412 int32_t fromIndex = index + changedIndex - 1; in RepairMoveOrExchange()413 int32_t toIndex = index + changedIndex; in RepairMoveOrExchange()415 fromIndex = index + changedIndex; in RepairMoveOrExchange()416 toIndex = index + changedIndex - 1; in RepairMoveOrExchange()425 int32_t changedIndex = 0; in CollectIndexChangedCount() local432 operationInfo.changeCount += changedIndex; in CollectIndexChangedCount()[all …]
217 auto changedIndex = static_cast<int32_t>(index); in OnDataChanged() local224 NotifyChangeWithCount(changedIndex, 0, NotificationType::START_AND_END_CHANGE_POSITION); in OnDataChanged()232 auto changedIndex = static_cast<int32_t>(index); in OnDataBulkChanged() local252 NotifyChangeWithCount(changedIndex, 0, NotificationType::START_CHANGE_POSITION); in OnDataBulkChanged()253 …NotifyChangeWithCount(changedIndex + static_cast<int32_t>(count) - 1, 0, NotificationType::END_CHA… in OnDataBulkChanged()
106 OperationInfo& info, LazyForEachChild& child, int32_t index, int32_t changedIndex);