Home
last modified time | relevance | path

Searched refs:size_animation_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ui/views/
Dfullscreen_exit_bubble.cc123 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()
Dfullscreen_exit_bubble.h82 scoped_ptr<ui::SlideAnimation> size_animation_; variable
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view.cc367 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 …]
Dbookmark_bar_view.h520 scoped_ptr<ui::SlideAnimation> size_animation_; variable
/external/chromium/chrome/browser/ui/views/autocomplete/
Dautocomplete_popup_contents_view.cc216 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()
Dautocomplete_popup_contents_view.h180 ui::SlideAnimation size_animation_; variable