| 26 | } |
| 27 | |
| 28 | void ViewNodeChildrenIndexer::setHorizontal(bool horizontal) { |
| 29 | if (_horizontal != horizontal) { |
| 30 | _horizontal = horizontal; |
| 31 | setNeedsUpdate(); |
| 32 | } |
| 33 | } |
| 34 | |
| 35 | void ViewNodeChildrenIndexer::updateVisibleBounds(const Frame& viewport) { |
| 36 | if (_cellSize == 0.0f) { |
no outgoing calls
no test coverage detected