Home
last modified time | relevance | path

Searched refs:timer (Results 1 - 1 of 1) sorted by relevance

/applications/sample/camera/gallery/src/
H A Dplayer_ability_slice.cpp280 char timer[6]; // 6: length of time label in SetUpAnimatorGroup() local
281 if (sprintf_s(timer, sizeof(timer), "%02lld:%02lld", second / 60, second % 60) < 0) { // 60: 1minute = 60s in SetUpAnimatorGroup()
285 totalTimeLabel_->SetText(timer); in SetUpAnimatorGroup()

Completed in 2 milliseconds