Home
last modified time | relevance | path

Searched refs:swap_images_animation_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ash/frame/caption_buttons/
Dframe_caption_button.cc38 swap_images_animation_(new gfx::SlideAnimation(this)) { in FrameCaptionButton()
39 swap_images_animation_->Reset(1); in FrameCaptionButton()
58 (animate == ANIMATE_YES || !swap_images_animation_->is_animating()) && in SetImages()
84 swap_images_animation_->Reset(0); in SetImages()
85 swap_images_animation_->SetSlideDuration(kSwapImagesAnimationDurationMs); in SetImages()
86 swap_images_animation_->Show(); in SetImages()
88 swap_images_animation_->Reset(1); in SetImages()
95 return swap_images_animation_->is_animating(); in IsAnimatingImageSwap()
125 int icon_alpha = swap_images_animation_->CurrentValueBetween(0, 255); in OnPaint()
144 if (!swap_images_animation_->is_animating()) in OnPaint()
Dframe_caption_button.h102 scoped_ptr<gfx::SlideAnimation> swap_images_animation_; variable