| 77 | } |
| 78 | |
| 79 | int ViewNodeScrollState::getCircularRatio() const { |
| 80 | return _circularRatio; |
| 81 | } |
| 82 | |
| 83 | void ViewNodeScrollState::setStaticContentWidth(float staticContentWidth) { |
| 84 | _staticContentWidth = staticContentWidth; |
no outgoing calls
no test coverage detected