Searched defs:AnimateToState (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/gfx/animation/
H A Dlinear_animation.h15 // Linear time bounded animation. As the animation progresses AnimateToState is
48 virtual void AnimateToState(double state) {} function in class:gfx::LinearAnimation
H A Dslide_animation.cc52 AnimateToState(1.0); // Skip to the end of the animation.
74 AnimateToState(0.0); // Skip to the end of the animation.
93 void SlideAnimation::AnimateToState(double state) { function in class:gfx::SlideAnimation
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_started_animation_views.cc41 virtual void AnimateToState(double state) OVERRIDE;
108 void DownloadStartedAnimationViews::AnimateToState(double state) { function in class:__anon5246::DownloadStartedAnimationViews
/external/chromium_org/ash/wm/gestures/
H A Dlong_press_affordance_handler.cc329 void LongPressAffordanceHandler::AnimateToState(double state) { function in class:ash::LongPressAffordanceHandler
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_install_dialog_view.cc956 void ExpandableContainerView::DetailsView::AnimateToState(double state) { function in class:ExpandableContainerView::DetailsView
1083 details_view_->AnimateToState(animation->GetCurrentValue());
1122 details_view_->AnimateToState(1.0);
/external/chromium_org/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc84 virtual void AnimateToState(double state) OVERRIDE;
455 void StatusBubbleViews::StatusViewAnimation::AnimateToState(double state) { function in class:StatusBubbleViews::StatusViewAnimation
494 virtual void AnimateToState(double state) OVERRIDE;
511 void StatusBubbleViews::StatusViewExpander::AnimateToState(double state) { function in class:StatusBubbleViews::StatusViewExpander

Completed in 5643 milliseconds