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

Method Hide

libs/drape_frontend/animation/show_hide_animation.cpp:63–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void ShowHideAnimation::Hide()
64{
65 EState state = GetState();
66 if (state == STATE_VISIBLE || state == STATE_SHOW_DIRECTION)
67 {
68 m_state = STATE_INVISIBLE;
69 m_interpolator.reset();
70 }
71}
72
73void ShowHideAnimation::HideAnimated()
74{

Callers

nothing calls this directly

Calls 2

GetStateFunction · 0.85
resetMethod · 0.45

Tested by

no test coverage detected