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

Method isInScrollMode

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

Source from the content-addressed store, hash-verified

2359 return SimplifiedScrollDirectionBottomToTop;
2360 case ScrollDirectionForward:
2361 if (isHorizontal()) {
2362 return simplifyScrollDirection(ScrollDirectionHorizontalForward);
2363 } else {
2364 return simplifyScrollDirection(ScrollDirectionVerticalForward);
2365 }
2366 case ScrollDirectionBackward:

Callers 3

getChildrenSpaceWidthMethod · 0.45
getRtlScrollOffsetXMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected