MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / progress

Method progress

Telegram/SourceFiles/dialogs/dialogs_row.cpp:211–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211float64 Row::CornerLayersManager::progress() const {
212 return _animation.value(1.);
213}
214
215bool Row::CornerLayersManager::isFinished() const {
216 return (progress() == 1.) && _lastFrameShown;

Callers 2

startSlideAnimationMethod · 0.45
closeChildListMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected