Home
last modified time | relevance | path

Searched refs:ClearCacheAfterIndex (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_segmented_layout.cpp200 info_->ClearCacheAfterIndex(updateIdx - 1); in Init()
208 info_->ClearCacheAfterIndex(res - 1); in Init()
307 info_->ClearCacheAfterIndex(info_->footerIndex_ - 1); in InitFooter()
340 info_->ClearCacheAfterIndex(i - 1); in MeasureOnOffset()
H A Dwater_flow_layout_info.h81 void ClearCacheAfterIndex(int32_t currentIndex);
H A Dwater_flow_layout_algorithm.cpp189 layoutInfo_->ClearCacheAfterIndex(currentIndex); in MeasureToTarget()
367 layoutInfo_->ClearCacheAfterIndex(currentIndex); in FillViewport()
H A Dwater_flow_layout_info.cpp275 ClearCacheAfterIndex(resetFrom - 1); in Reset()
300 void WaterFlowLayoutInfo::ClearCacheAfterIndex(int32_t currentIndex) in ClearCacheAfterIndex() function in OHOS::Ace::NG::WaterFlowLayoutInfo
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_top_down_test.cpp76 info->ClearCacheAfterIndex(index + 1);