Home
last modified time | relevance | path

Searched defs:childrenSize (Results 1 - 19 of 19) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_check.h34 int32_t childrenSize = 0; // node children size member
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_indicator_common_test_ng.cpp263 auto childrenSize = pattern_->RealTotalCount(); in HWTEST_F() local
345 auto childrenSize = pattern_->RealTotalCount(); in HWTEST_F() local
384 auto childrenSize = pattern_->RealTotalCount(); HWTEST_F() local
[all...]
H A Dswiper_indicator_test_ng.cpp429 auto childrenSize = pattern_->RealTotalCount(); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/
H A Dbadge_layout_algorithm.cpp36 auto childrenSize = children.size(); in Measure() local
213 auto childrenSize = children.size(); in Layout() local
351 auto childrenSize = children.size(); in PerformMeasureSelf() local
/foundation/arkui/ace_engine/frameworks/core/components/toggle/
H A Drender_toggle.cpp261 Size childrenSize; in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_group_element.cpp154 int32_t childrenSize = static_cast<int32_t>(children_.size()); in GetNextFocusIndex() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_list_item_group.cpp69 auto childrenSize = JSRef<JSArray>::Cast(childrenSizeValue); in ParseChange() local
85 void SyncChildrenSize(const JSRef<JSObject>& childrenSizeObj, RefPtr<NG::ListChildrenMainSize> childrenSize) in SyncChildrenSize() argument
H A Djs_list.cpp94 auto childrenSize = JSRef<JSArray>::Cast(childrenSizeValue); in ParseChange() local
110 void SyncChildrenSize(const JSRef<JSObject>& childrenSizeObj, RefPtr<NG::ListChildrenMainSize> childrenSize) in SyncChildrenSize() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_test_ng.cpp204 auto childrenSize = groupModel.GetOrCreateListChildrenMainSize(); in CreateGroupWithSettingChildrenMainSize() local
221 auto childrenSize = groupModel.GetOrCreateListChildrenMainSize(); in CreateGroupChildrenMainSize() local
H A Dlist_scroller_test_ng.cpp2138 auto childrenSize = model.GetOrCreateListChildrenMainSize(); in HWTEST_F() local
2194 auto childrenSize = model.GetOrCreateListChildrenMainSize(); in HWTEST_F() local
2270 auto childrenSize = model.GetOrCreateListChildrenMainSize(); in HWTEST_F() local
2326 auto childrenSize = model.GetOrCreateListChildrenMainSize(); HWTEST_F() local
[all...]
H A Dlist_layout_test_ng.cpp1585 auto childrenSize = model.GetOrCreateListChildrenMainSize(); in HWTEST_F() local
1613 auto childrenSize = model.GetOrCreateListChildrenMainSize(); in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_position_map.h324 UpdatePosMap(LayoutWrapper* layoutWrapper, int32_t lanes, float space, RefPtr<ListChildrenMainSize>& childrenSize) UpdatePosMap() argument
353 UpdateGroupPosMap(int32_t totalCount, int32_t lanes, float space, RefPtr<ListChildrenMainSize>& childrenSize, float headerSize, float footerSize) UpdateGroupPosMap() argument
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Drender_stepper.cpp451 int32_t childrenSize = static_cast<int32_t>(childrenArray_.size()); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_multi_child_scroll.cpp356 int32_t childrenSize = static_cast<int32_t>(GetChildren().size()); in OnPredictLayout() local
434 int32_t childrenSize = static_cast<int32_t>(GetChildren().size()); in LayoutChild() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_test_ng.cpp2295 int32_t childrenSize = rootNode->GetChildren().size(); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H A Dvideo_test_ng.cpp248 auto childrenSize = static_cast<int32_t>(children.size()); in HWTEST_F() local
275 auto childrenSize = static_cast<int32_t>(children.size()); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.cpp584 auto childrenSize = swiperPattern->RealTotalCount(); in CheckIsTouchBottom() local
632 auto childrenSize = swiperPattern->RealTotalCount(); in CheckIsTouchBottom() local
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp3255 int32_t childrenSize = itemCount_; in ResetCachedChildren() local
3300 int32_t childrenSize = itemCount_; in SetSwiperHidden() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp1742 auto childrenSize = TotalCount(); in ShowNext() local
1796 auto childrenSize = TotalCount(); in ShowPrevious() local
1896 auto childrenSize = RealTotalCount(); in PreloadItems() local
[all...]

Completed in 33 milliseconds