Home
last modified time | relevance | path

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

/base/powermgr/display_manager/state_manager/service/native/src/
H A Dgradual_animator.cpp32 toBrightness_ = 0; in GradualAnimator()
53 toBrightness_ = to; in StartAnimation()
60 int32_t changeBrightness = static_cast<int32_t>(toBrightness_) - static_cast<int32_t>(fromBrightness_); in StartAnimation()
113 bool isOutRange = stride_ > 0 ? (nextBrightness >= toBrightness_) : (nextBrightness <= toBrightness_); in NextStep()
115 currentBrightness_ = toBrightness_.load(); in NextStep()
127 currentBrightness_ = toBrightness_.load(); in NextStep()
/base/powermgr/display_manager/state_manager/service/native/include/
H A Dgradual_animator.h53 std::atomic_uint32_t toBrightness_; member in OHOS::DisplayPowerMgr::GradualAnimator

Completed in 2 milliseconds