Home
last modified time | relevance | path

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

/base/update/updater/services/ui/view/component/
H A Dimg_view_adapter.cpp85 currId_ = 0; in ImgViewAdapter()
194 ss << dir_ << filePrefix_ << std::setw(ANIMATION_FILE_NAME_LENGTH) << std::setfill('0') << currId_ << ".png"; in ShowNextImage()
202 currId_ = (currId_ + 1) % imgCnt_; in ShowNextImage()
223 return currId_; in GetCurrId()
H A Dimg_view_adapter.h62 uint32_t currId_ { 0 };
/base/powermgr/battery_manager/charger/include/
H A Dcharger_animation.h110 ss << info_.resPath << info_.filePrefix << std::setw(CHAR_WIDTH) << std::setfill('0') << currId_ << ".png"; in ShowNextImage()
118 currId_ = (currId_ + 1) % info_.imgCnt; in ShowNextImage()
124 uint32_t currId_ {0};

Completed in 2 milliseconds