Home
last modified time | relevance | path

Searched refs:getTotalCount_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Drender_water_flow.h90 getTotalCount_ = std::move(func); in SetGetTotalCount()
259 UpdateTotalCount getTotalCount_; variable
H A Drender_water_flow.cpp692 if (!getTotalCount_) { in OnDataSourceUpdated()
696 totalCount_ = getTotalCount_(); in OnDataSourceUpdated()
871 totalCountBack_ = getTotalCount_(); in OnPredictLayout()
1215 if (!getTotalCount_) { in GetTailPos()
1232 totalCount_ = getTotalCount_(); in GetTailPos()
1362 (totalCountBack_ == getTotalCount_()))); in NeedPredictLayout()