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.cc37 swap_images_animation_(new gfx::SlideAnimation(this)) { in FrameCaptionButton()
38 swap_images_animation_->Reset(1); in FrameCaptionButton()
57 (animate == ANIMATE_YES || !swap_images_animation_->is_animating()) && in SetImages()
83 swap_images_animation_->Reset(0); in SetImages()
84 swap_images_animation_->SetSlideDuration(kSwapImagesAnimationDurationMs); in SetImages()
85 swap_images_animation_->Show(); in SetImages()
87 swap_images_animation_->Reset(1); in SetImages()
94 return swap_images_animation_->is_animating(); in IsAnimatingImageSwap()
117 int icon_alpha = swap_images_animation_->CurrentValueBetween(0, 255); in OnPaint()
Dframe_caption_button.h96 scoped_ptr<gfx::SlideAnimation> swap_images_animation_; variable