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

Method updateChildren

framework/ui/platforms/android/src/ViewCore.cpp:187–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 }
186
187 void ViewCore::updateChildren()
188 {
189 double scaleFactor = getUIScaleFactor();
190
191 visitInternalChildren([scaleFactor](auto child) {
192 if (auto androidCore = std::dynamic_pointer_cast<android::ViewCore>(child)) {
193 androidCore->setUIScaleFactor(scaleFactor);
194 }
195 });
196 }
197}

Callers

nothing calls this directly

Calls 1

setUIScaleFactorMethod · 0.80

Tested by

no test coverage detected