MCPcopy 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
26void ViewNodeScrollState::setInScrollMode(bool inScrollMode) {
27 _inScrollMode = inScrollMode;
28}
29
30bool ViewNodeScrollState::isCurrentlyAnimating() const {
31 return _currentlyAnimating;

Callers 2

updateScrollStateMethod · 0.80
layoutFinishedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected