MCPcopy Create free account
hub / github.com/axmolengine/axmol / forceDoLayout

Method forceDoLayout

core/ui/UILayout.cpp:902–906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

900}
901
902void Layout::forceDoLayout()
903{
904 this->requestDoLayout();
905 this->doLayout();
906}
907
908void Layout::requestDoLayout()
909{

Callers 5

doLayoutMethod · 0.80
refreshLayoutMethod · 0.80
scrollToItemMethod · 0.80
initMethod · 0.80

Calls 2

requestDoLayoutMethod · 0.95
doLayoutMethod · 0.95

Tested by 1

initMethod · 0.64