Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1233
bool ViewNode::isScrollingOrAnimatingScroll() const {
1234
if (!isInScrollMode()) {
1235
return false;
1236
}
1237
1238
return _scrollState->isScrolling() || _scrollState->isCurrentlyAnimating();
1239
}
1240
Callers
2
assertAllFlagsAreUpToDate
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
2
assertAllFlagsAreUpToDate
Function · 0.64
TEST
Function · 0.64