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

  /external/chromium_org/ui/gfx/animation/
linear_animation.h 15 // Linear time bounded animation. As the animation progresses AnimateToState is
48 virtual void AnimateToState(double state) {}
slide_animation.cc 52 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) {
  /external/chromium_org/chrome/browser/ui/views/download/
download_started_animation_views.cc 41 virtual void AnimateToState(double state) OVERRIDE;
108 void DownloadStartedAnimationViews::AnimateToState(double state) {
  /external/chromium_org/ash/wm/gestures/
long_press_affordance_handler.cc 329 void LongPressAffordanceHandler::AnimateToState(double state) {
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.cc 84 virtual void AnimateToState(double state) OVERRIDE;
455 void StatusBubbleViews::StatusViewAnimation::AnimateToState(double state) {
494 virtual void AnimateToState(double state) OVERRIDE;
511 void StatusBubbleViews::StatusViewExpander::AnimateToState(double state) {

Completed in 317 milliseconds