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

Method calculatedViewportNeedsUpdate

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

Source from the content-addressed store, hash-verified

1233bool ViewNode::isScrollingOrAnimatingScroll() const {
1234 if (!isInScrollMode()) {
1235 return false;
1236 }
1237
1238 return _scrollState->isScrolling() || _scrollState->isCurrentlyAnimating();
1239}
1240

Callers 2

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64