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

Method getContentArea

framework/ui/platforms/android/src/WindowCore.cpp:165–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 }
164
165 Rect WindowCore::getContentArea()
166 {
167 // content area = bounds (there are no borders)
168 return _currentBounds;
169 }
170
171 void WindowCore::rootViewDisposed()
172 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected