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

Method isScrolling

valdi/src/valdi/runtime/Context/ViewNodeScrollState.cpp:107–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107bool ViewNodeScrollState::isScrolling() const {
108 return _scrolling;
109}
110
111// In RTL mode with overflow enabled, Yoga lays out from right to left
112// and items that overflow end up having a negative position. This will

Callers 2

updateScrollStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected