| 3143 | return ViewNodeIterator(this, getChildCount()); |
| 3144 | } |
| 3145 | |
| 3146 | void ViewNode::setZIndex(ViewTransactionScope& viewTransactionScope, int zIndex) { |
| 3147 | if (_zIndex != zIndex) { |
| 3148 | _zIndex = zIndex; |
| 3149 | |
| 3150 | auto parent = getParent(); |
no outgoing calls