/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/swiper/ |
H A D | swiper_element.cpp | 116 void SwiperElement::OnDataSourceUpdated(size_t startIndex) in OnDataSourceUpdated() function in OHOS::Ace::V2::SwiperElement 122 render->OnDataSourceUpdated(ElementProxyHost::TotalCount(), startIndex); in OnDataSourceUpdated() 127 ElementProxyHost::OnDataSourceUpdated(startIndex); in OnDataSourceUpdated()
|
H A D | swiper_element.h | 42 void OnDataSourceUpdated(size_t startIndex) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/ |
H A D | grid_element.cpp | 77 render->OnDataSourceUpdated(0); in PerformBuild() 186 void GridElement::OnDataSourceUpdated(size_t startIndex) in OnDataSourceUpdated() function in OHOS::Ace::V2::GridElement 196 render->OnDataSourceUpdated(static_cast<int32_t>(startIndex)); in OnDataSourceUpdated() 198 ElementProxyHost::OnDataSourceUpdated(startIndex); in OnDataSourceUpdated()
|
H A D | grid_element.h | 47 void OnDataSourceUpdated(size_t startIndex) override;
|
H A D | render_grid_scroll.h | 100 void OnDataSourceUpdated(int32_t index);
|
H A D | render_grid_scroll.cpp | 444 OnDataSourceUpdated(0); in InitialGridProp() 1119 void RenderGridScroll::OnDataSourceUpdated(int32_t index) in OnDataSourceUpdated() function in OHOS::Ace::V2::RenderGridScroll
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
H A D | water_flow_element.cpp | 132 void WaterFlowElement::OnDataSourceUpdated(size_t startIndex) in OnDataSourceUpdated() function in OHOS::Ace::V2::WaterFlowElement 141 render->OnDataSourceUpdated(startIndex); in OnDataSourceUpdated() 144 ElementProxyHost::OnDataSourceUpdated(startIndex); in OnDataSourceUpdated()
|
H A D | water_flow_element.h | 48 void OnDataSourceUpdated(size_t startIndex) override;
|
H A D | render_water_flow.h | 104 void OnDataSourceUpdated(size_t index);
|
H A D | render_water_flow.cpp | 686 void RenderWaterFlow::OnDataSourceUpdated(size_t index) in OnDataSourceUpdated() function in OHOS::Ace::V2::RenderWaterFlow
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | list_item_group_element.cpp | 91 void ListItemGroupElement::OnDataSourceUpdated(size_t startIndex) in OnDataSourceUpdated() function in OHOS::Ace::V2::ListItemGroupElement 101 ElementProxyHost::OnDataSourceUpdated(startIndex); in OnDataSourceUpdated()
|
H A D | list_element.cpp | 260 void ListElement::OnDataSourceUpdated(size_t startIndex) in OnDataSourceUpdated() function in OHOS::Ace::V2::ListElement 270 ElementProxyHost::OnDataSourceUpdated(startIndex); in OnDataSourceUpdated()
|
H A D | list_item_group_element.h | 51 void OnDataSourceUpdated(size_t startIndex) override;
|
H A D | list_element.h | 56 void OnDataSourceUpdated(size_t startIndex) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/ |
H A D | tab_content_proxy_element.cpp | 177 void TabContentProxyElement::OnDataSourceUpdated(size_t startIndex) in OnDataSourceUpdated() function in OHOS::Ace::V2::TabContentProxyElement 180 ElementProxyHost::OnDataSourceUpdated(startIndex); in OnDataSourceUpdated()
|
H A D | tab_content_proxy_element.h | 51 void OnDataSourceUpdated(size_t startIndex) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/common/ |
H A D | element_proxy.cpp | 710 host->OnDataSourceUpdated(startIndex_); in OnDataReloaded() 767 host->OnDataSourceUpdated(startIndex_); in OnDataReloaded() 803 host->OnDataSourceUpdated(startIndex_ + index); in OnDataAdded() 850 host->OnDataSourceUpdated(startIndex_ + index); in OnDataDeleted() 872 host->OnDataSourceUpdated(startIndex_ + index); in OnDataChanged() 928 host->OnDataSourceUpdated(startIndex_ + std::min(from, to)); in OnDataMoved() 1388 host->OnDataSourceUpdated(startIndex_); in LocalizedUpdate() 1507 host->OnDataSourceUpdated(startIndex_); in LocalizedUpdate()
|
H A D | element_proxy.h | 122 virtual void OnDataSourceUpdated(size_t startIndex) in OnDataSourceUpdated() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | render_swiper.h | 272 void OnDataSourceUpdated(int32_t totalCount, int32_t startIndex);
|
H A D | render_swiper.cpp | 3215 void RenderSwiper::OnDataSourceUpdated(int32_t totalCount, int32_t startIndex) in OnDataSourceUpdated() function in OHOS::Ace::RenderSwiper
|