| 3357 | if (parent != nullptr) { |
| 3358 | parent->setHasChildWithAccessibilityId(); |
| 3359 | } |
| 3360 | } |
| 3361 | } |
| 3362 | |
| 3363 | void ViewNode::setAnimationsEnabled(ViewTransactionScope& viewTransactionScope, bool animationsEnabled) { |
| 3364 | if (_flags[kAnimationsEnabled] != animationsEnabled) { |
no outgoing calls