| 496 | _nativeStickyOffset = offset; |
| 497 | } |
| 498 | |
| 499 | float ViewNodeScrollState::getNativeStickyOffset() const { |
| 500 | return _nativeStickyOffset; |
| 501 | } |
| 502 | |
| 503 | bool ViewNodeScrollState::hasPreserveAnchor() const { |
| 504 | return _hasPreserveAnchor; |
| 505 | } |
no outgoing calls
no test coverage detected