Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp2816 int childrenTotal = static_cast<int>(children_.size()); in GetChildIdByIndex() local
2817 if (childrenTotal <= 0 || index < -1 || index >= childrenTotal) { in GetChildIdByIndex()
2821 index = childrenTotal - 1; in GetChildIdByIndex()