Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/panels/
Dpanel_bounds_animation.cc26 animation_stop_to_show_titlebar_(0) { in PanelBoundsAnimation()
37 animation_stop_to_show_titlebar_ = 1.0 - hidden_title_height / distance_y; in PanelBoundsAnimation()
38 if (animation_stop_to_show_titlebar_ > 0.7) { // Relatively big movement. in PanelBoundsAnimation()
52 animation_stop_to_show_titlebar_); in GetCurrentValue()
Dpanel_bounds_animation.h35 double animation_stop_to_show_titlebar_; variable