MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getAccessibilityHint

Method getAccessibilityHint

valdi/src/valdi/runtime/Context/ViewNode.cpp:3359–3361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

TESTFunction · 0.45
writeViewNodeMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36