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

  /external/chromium_org/chrome/browser/ui/panels/
panel_bounds_animation.h 30 virtual void AnimateToState(double state) OVERRIDE {}
  /external/chromium_org/ui/gfx/animation/
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) {
linear_animation.h 15 // Linear time bounded animation. As the animation progresses AnimateToState is
48 virtual void AnimateToState(double state) {}
slide_animation.h 77 virtual void AnimateToState(double state) OVERRIDE;
animation_unittest.cc 32 virtual void AnimateToState(double state) OVERRIDE {
47 virtual void AnimateToState(double state) OVERRIDE {
62 virtual void AnimateToState(double state) OVERRIDE {
linear_animation.cc 81 AnimateToState(state_);
101 AnimateToState(1.0);
animation_container_unittest.cc 50 virtual void AnimateToState(double state) OVERRIDE {
  /external/chromium_org/ash/wm/gestures/
long_press_affordance_handler.h 55 virtual void AnimateToState(double state) OVERRIDE;
long_press_affordance_handler.cc 329 void LongPressAffordanceHandler::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/chrome/browser/ui/views/extensions/
extension_install_dialog_view.h 242 void AnimateToState(double state);
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) {
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc 205 virtual void AnimateToState(double state) OVERRIDE {
    [all...]

Completed in 508 milliseconds