Home
last modified time | relevance | path

Searched defs:newChildrenSize (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_list_item_group.cpp55 int32_t& deleteCount, std::vector<float>& newChildrenSize) in ParseChange()
144 std::vector<float> newChildrenSize; in SetChildrenMainSize() local
H A Djs_list.cpp80 int32_t& deleteCount, std::vector<float>& newChildrenSize) in ParseChange()
279 std::vector<float> newChildrenSize; in SetChildrenMainSize() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_children_main_size.h58 …angeData(const int32_t start, const int32_t deleteCount, const std::vector<float>& newChildrenSize) in ChangeData()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_model_ng.cpp143 auto newChildrenSize = static_cast<int32_t>(newBarItems.size()); in UpdateOldBarItems() local