Lines Matching refs:ButtonAnimator
454 friend class ButtonAnimator;
455 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) {}
463 ~ButtonAnimator() {}