| 1619 | } |
| 1620 | |
| 1621 | void 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 | |
| 1631 | void CATabBarController::update(float dt) |
| 1632 | { |
nothing calls this directly
no test coverage detected