| 315 | } |
| 316 | |
| 317 | void WindowCore::scheduleLayout() { getJView().requestLayout(); } |
| 318 | |
| 319 | void WindowCore::visitInternalChildren(const std::function<void(std::shared_ptr<View::Core>)> &function) |
| 320 | { |
nothing calls this directly
no outgoing calls
no test coverage detected