MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / PiuViewReflow

Function PiuViewReflow

modules/piu/MC/piuView.c:997–1003  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

995#endif
996
997void PiuViewReflow(PiuView* self)
998{
999 if (!((*self)->updating)) {
1000 PiuViewIdleCheck(self, 1);
1001 (*self)->updating = 1;
1002 }
1003}
1004
1005void PiuViewReschedule(PiuView* self)
1006{

Callers 2

PiuApplicationReflowFunction · 0.50
PiuApplicationResizeFunction · 0.50

Calls 1

PiuViewIdleCheckFunction · 0.70

Tested by

no test coverage detected