Searched refs:animation_start_height_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dpage_info_bubble_view.h80 int animation_start_height_; member in class:PageInfoBubbleView
H A Dpage_info_bubble_view.cc98 animation_start_height_(0) {
198 // We are animating from animation_start_height_ to size.
199 int target_height = animation_start_height_ + static_cast<int>(
200 (size.height() - animation_start_height_) *
207 animation_start_height_ = bounds().height();

Completed in 33 milliseconds