/foundation/arkui/ace_engine/frameworks/base/log/ |
H A D | ace_performance_check.h | 34 int32_t childrenSize = 0; // node children size member
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_indicator_common_test_ng.cpp | 263 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 D | swiper_indicator_test_ng.cpp | 429 auto childrenSize = pattern_->RealTotalCount(); in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/ |
H A D | badge_layout_algorithm.cpp | 36 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 D | render_toggle.cpp | 261 Size childrenSize; in PerformLayout() local
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_item_group_element.cpp | 154 int32_t childrenSize = static_cast<int32_t>(children_.size()); in GetNextFocusIndex() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_list_item_group.cpp | 69 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 D | js_list.cpp | 94 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 D | list_test_ng.cpp | 204 auto childrenSize = groupModel.GetOrCreateListChildrenMainSize(); in CreateGroupWithSettingChildrenMainSize() local 221 auto childrenSize = groupModel.GetOrCreateListChildrenMainSize(); in CreateGroupChildrenMainSize() local
|
H A D | list_scroller_test_ng.cpp | 2138 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 D | list_layout_test_ng.cpp | 1585 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 D | list_position_map.h | 324 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 D | render_stepper.cpp | 451 int32_t childrenSize = static_cast<int32_t>(childrenArray_.size()); in PerformLayout() local
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | render_multi_child_scroll.cpp | 356 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 D | overlay_test_ng.cpp | 2295 int32_t childrenSize = rootNode->GetChildren().size(); in HWTEST_F() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/video/ |
H A D | video_test_ng.cpp | 248 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 D | swiper_indicator_pattern.cpp | 584 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 D | render_swiper.cpp | 3255 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 D | swiper_pattern.cpp | 1742 auto childrenSize = TotalCount(); in ShowNext() local 1796 auto childrenSize = TotalCount(); in ShowPrevious() local 1896 auto childrenSize = RealTotalCount(); in PreloadItems() local [all...] |