Searched refs:ButtonAnimator (Results 1 – 2 of 2) sorted by relevance
454 friend class ButtonAnimator; variable455 class ButtonAnimator final : public AnimatorCallback {457 ButtonAnimator() = delete;458 ButtonAnimator(const ButtonAnimator&) = delete;459 ButtonAnimator& operator=(const ButtonAnimator&) = delete;460 ButtonAnimator(ButtonAnimator&&) = delete;461 ButtonAnimator& operator=(ButtonAnimator&&) = delete;462 ButtonAnimator(UIButton& button) : animator_(this, nullptr, 0, false), button_(button) {} in ButtonAnimator() function463 ~ButtonAnimator() {} in ~ButtonAnimator()
306 void UIButton::ButtonAnimator::Start() in Start()328 void UIButton::ButtonAnimator::DrawMask(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) in DrawMask()345 void UIButton::ButtonAnimator::Callback(UIView* view) in Callback()355 void UIButton::ButtonAnimator::OnStop(UIView& view) in OnStop()