| 221 | } |
| 222 | |
| 223 | void ScrollViewCore::_scrollChange(int scrollX, int scrollY, int oldScrollX, int oldScrollY) |
| 224 | { |
| 225 | updateVisibleClientRect(); |
| 226 | } |
| 227 | |
| 228 | void ScrollViewCore::updateVisibleClientRect() |
| 229 | { |
no outgoing calls
no test coverage detected