Home
last modified time | relevance | path

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

/ohos5.0/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>(fromBrightne… in StartAnimation()
113 …bool isOutRange = stride_ > 0 ? (nextBrightness >= toBrightness_) : (nextBrightness <= toBrightnes… in NextStep()
115 currentBrightness_ = toBrightness_.load(); in NextStep()
127 currentBrightness_ = toBrightness_.load(); in NextStep()
/ohos5.0/base/powermgr/display_manager/state_manager/service/native/include/
H A Dgradual_animator.h56 std::atomic_uint32_t toBrightness_; variable