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

Method reLayout

framework/ui/platforms/android/src/NavigationViewCore.cpp:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 void NavigationViewCore::reLayout()
92 {
93 if (!_stack.empty()) {
94 _stack.back().container->geometry = Rect{0, 0, geometry->width, geometry->height};
95 }
96 }
97}

Callers 1

NavigationViewCoreMethod · 0.95

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected