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

  /external/chromium_org/ash/frame/caption_buttons/
frame_caption_button.cc 37 swap_images_animation_(new gfx::SlideAnimation(this)) {
38 swap_images_animation_->Reset(1);
57 (animate == ANIMATE_YES || !swap_images_animation_->is_animating()) &&
83 swap_images_animation_->Reset(0);
84 swap_images_animation_->SetSlideDuration(kSwapImagesAnimationDurationMs);
85 swap_images_animation_->Show();
87 swap_images_animation_->Reset(1);
94 return swap_images_animation_->is_animating();
117 int icon_alpha = swap_images_animation_->CurrentValueBetween(0, 255);
frame_caption_button.h 96 scoped_ptr<gfx::SlideAnimation> swap_images_animation_; member in class:ash::FrameCaptionButton

Completed in 797 milliseconds