Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.cpp1587 uint16_t childrenLength = jerry_get_array_length(descriptors_); in HandleListForDireactive() local
1588 for (uint16_t index = 0; index < childrenLength; index++) { in HandleListForDireactive()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp4518 const float childrenLength = lastItem.second.endPos - firstItem.second.startPos; in IsVisibleChildrenSizeLessThanSwiper() local
4519 if (NonPositive(childrenLength)) { in IsVisibleChildrenSizeLessThanSwiper()
4522 return LessOrEqual(childrenLength, CalculateVisibleSize()); in IsVisibleChildrenSizeLessThanSwiper()