Searched refs:size_animation_ (Results 1 – 6 of 6) sorted by relevance
123 size_animation_(new ui::SlideAnimation(this)) { in FullscreenExitBubble()124 size_animation_->Reset(1); in FullscreenExitBubble()229 (size_animation_->GetCurrentValue() != 0)) { in CheckMousePosition()232 size_animation_->SetSlideDuration(kSlideInDurationMs); in CheckMousePosition()233 size_animation_->Show(); in CheckMousePosition()241 size_animation_->SetSlideDuration(kSlideOutDurationMs); in Hide()242 size_animation_->Hide(); in Hide()251 size_animation_->GetCurrentValue())); in GetPopupRect()
82 scoped_ptr<ui::SlideAnimation> size_animation_; variable
367 size_animation_->Reset(IsAlwaysShown() ? 1 : 0); in BookmarkBarView()441 double current_state = 1 - size_animation_->GetCurrentValue(); in GetMinimumSize()697 size_animation_->Reset(IsAlwaysShown() ? 1 : 0); in OnFullscreenToggled()699 size_animation_->Reset(0); in OnFullscreenToggled()706 return OnNewTabPage() && (size_animation_->GetCurrentValue() != 1); in IsDetached()714 return size_animation_->GetCurrentValue(); in GetAnimationValue()742 return static_cast<int>(kToolbarOverlap * size_animation_->GetCurrentValue()); in GetToolbarOverlap()746 return size_animation_->is_animating(); in is_animating()888 size_animation_.reset(new ui::SlideAnimation(this)); in Init()1104 if (size_animation_->is_animating() || in GetDragOperationsForView()[all …]
520 scoped_ptr<ui::SlideAnimation> size_animation_; variable
216 ALLOW_THIS_IN_INITIALIZER_LIST(size_animation_(this)) { in AutocompletePopupContentsView()233 if (!size_animation_.is_animating()) in GetPopupBounds()242 size_animation_.GetCurrentValue() * total_height_delta - 0.5); in GetPopupBounds()276 size_animation_.Stop(); in UpdatePopupAppearance()326 size_animation_.Reset(); in UpdatePopupAppearance()346 size_animation_.Show(); in UpdatePopupAppearance()
180 ui::SlideAnimation size_animation_; variable