Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ setInScrollMode
Method
setInScrollMode
valdi/src/valdi/runtime/Context/ViewNodeScrollState.cpp:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void ViewNodeScrollState::setInScrollMode(bool inScrollMode) {
27
_inScrollMode = inScrollMode;
28
}
29
30
bool ViewNodeScrollState::isCurrentlyAnimating() const {
31
return _currentlyAnimating;
Callers
2
updateScrollState
Method · 0.80
layoutFinished
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected