HomeSort by relevance Sort by last modified time
    Searched defs:BackgroundAnimator (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/shelf/
background_animator.cc 18 BackgroundAnimator::BackgroundAnimator(BackgroundAnimatorDelegate* delegate,
30 BackgroundAnimator::~BackgroundAnimator() {
33 void BackgroundAnimator::SetDuration(int time_in_ms) {
37 void BackgroundAnimator::SetPaintsBackground(bool value, ChangeType type) {
52 void BackgroundAnimator::AnimationProgressed(const ui::Animation* animation) {
background_animator.h 25 // BackgroundAnimator is used by the shelf to animate the background (alpha).
26 class ASH_EXPORT BackgroundAnimator : public ui::AnimationDelegate {
34 BackgroundAnimator(BackgroundAnimatorDelegate* delegate,
37 virtual ~BackgroundAnimator();
68 DISALLOW_COPY_AND_ASSIGN(BackgroundAnimator);

Completed in 29 milliseconds