MCPcopy Create free account
hub / github.com/AshampooSystems/boden / updateGeometry

Method updateGeometry

framework/ui/platforms/android/src/ScrollViewCore.cpp:217–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 }
216
217 void ScrollViewCore::updateGeometry()
218 {
219 ViewCore::updateGeometry();
220 updateVisibleClientRect();
221 }
222
223 void ScrollViewCore::_scrollChange(int scrollX, int scrollY, int oldScrollX, int oldScrollY)
224 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected