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