Home
last modified time | relevance | path

Searched refs:currentStep_ (Results 1 – 2 of 2) sorted by relevance

/base/powermgr/display_manager/service/native/src/
Dgradual_animator.cpp68 currentStep_ = 0; in StartAnimation()
107 currentStep_++; in NextStep()
108 if (currentStep_ == 1) { in NextStep()
111 if (currentStep_ < totalSteps_) { in NextStep()
133 currentStep_.load(), currentBrightness_.load(), stride_.load()); in NextStep()
/base/powermgr/display_manager/service/native/include/
Dgradual_animator.h62 std::atomic_uint32_t currentStep_; variable