Searched refs:AnimateCallbackImpl (Results 1 – 2 of 2) sorted by relevance
35 class AnimateCallbackImpl : public AnimateCallback {37 explicit AnimateCallbackImpl(const std::shared_ptr<ScreenAction>& action,39 ~AnimateCallbackImpl() override = default;
47 animateCallback_ = make_shared<AnimateCallbackImpl>(action_, [this](uint32_t brightness) { in ScreenController()54 ScreenController::AnimateCallbackImpl::AnimateCallbackImpl(const std::shared_ptr<ScreenAction>& act… in AnimateCallbackImpl() function in OHOS::DisplayPowerMgr::ScreenController::AnimateCallbackImpl60 void ScreenController::AnimateCallbackImpl::OnStart() in OnStart()65 void ScreenController::AnimateCallbackImpl::OnChanged(uint32_t currentValue) in OnChanged()78 void ScreenController::AnimateCallbackImpl::OnEnd() in OnEnd()83 void ScreenController::AnimateCallbackImpl::DiscountBrightness(double discount) in DiscountBrightness()