| 958 | } |
| 959 | |
| 960 | void 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 | |
| 970 | void CANavigationController::update(float dt) |
| 971 | { |
nothing calls this directly
no test coverage detected