MCPcopy Create free account
hub / github.com/9miao/CrossApp / navigationBarHiddenAnimation

Method navigationBarHiddenAnimation

CrossApp/controller/CAViewController.cpp:960–968  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

958}
959
960void CANavigationController::navigationBarHiddenAnimation(float delay, float now, float total)
961{
962 m_fProgress = now / total;
963
964 if (this->getView()->getSuperview())
965 {
966 this->update(0);
967 }
968}
969
970void CANavigationController::update(float dt)
971{

Callers

nothing calls this directly

Calls 3

updateMethod · 0.95
getSuperviewMethod · 0.80
getViewMethod · 0.80

Tested by

no test coverage detected