| 258 | |
| 259 | #if SNAP_DRAWING_ENABLED |
| 260 | void RuntimeManagerWrapper::applyDynamicTypeScale( |
| 261 | const Valdi::Ref<AndroidSnapDrawingRuntime>& snapDrawingRuntime) const { |
| 262 | auto viewManager = snapDrawingRuntime->getViewManager(); |
| 263 | auto resources = viewManager->getResources(); |
| 264 | resources->setDynamicTypeScale(_dynamicTypeScale); |
| 265 | } |
| 266 | #endif |
| 267 | |
| 268 | void RuntimeManagerWrapper::setDynamicTypeScale(jfloat dynamicTypeScale) { |
nothing calls this directly
no test coverage detected