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

Method tabBarHiddenAnimation

CrossApp/controller/CAViewController.cpp:1621–1629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1619}
1620
1621void CATabBarController::tabBarHiddenAnimation(float delay, float now, float total)
1622{
1623 m_fProgress = now / total;
1624
1625 if (this->getView()->getSuperview())
1626 {
1627 this->update(0);
1628 }
1629}
1630
1631void CATabBarController::update(float dt)
1632{

Callers

nothing calls this directly

Calls 3

getSuperviewMethod · 0.80
getViewMethod · 0.80
updateMethod · 0.45

Tested by

no test coverage detected