MCPcopy Create free account
hub / github.com/comaps/comaps / OnAnimatedScaleEnded

Method OnAnimatedScaleEnded

libs/drape_frontend/frontend_renderer.cpp:2103–2109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2101}
2102
2103void FrontendRenderer::OnAnimatedScaleEnded()
2104{
2105 m_myPositionController->ResetBlockAutoZoomTimer();
2106 // PullToBoundArea(false /* randomPlace */, false /* applyZoom */);
2107 m_firstLaunchAnimationInterrupted = true;
2108 m_selectionTrackInfo.reset();
2109}
2110
2111void FrontendRenderer::OnTouchMapAction(TouchEvent::ETouchType touchType, bool isMapTouch)
2112{

Callers 1

OnSetScaleMethod · 0.45

Calls 2

resetMethod · 0.45

Tested by

no test coverage detected