| 490 | |
| 491 | float ViewNodeScrollState::getNativeStickyCover() const { |
| 492 | return _nativeStickyCover; |
| 493 | } |
| 494 | |
| 495 | void ViewNodeScrollState::setNativeStickyOffset(float offset) { |
| 496 | _nativeStickyOffset = offset; |
| 497 | } |
| 498 | |
| 499 | float ViewNodeScrollState::getNativeStickyOffset() const { |
no outgoing calls
no test coverage detected