HomeSort by relevance Sort by last modified time
    Searched refs:animation_stop_to_show_titlebar_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/panels/
panel_bounds_animation.cc 26 animation_stop_to_show_titlebar_(0) {
37 animation_stop_to_show_titlebar_ = 1.0 - hidden_title_height / distance_y;
38 if (animation_stop_to_show_titlebar_ > 0.7) { // Relatively big movement.
52 animation_stop_to_show_titlebar_);
panel_bounds_animation.h 35 double animation_stop_to_show_titlebar_; member in class:PanelBoundsAnimation

Completed in 3746 milliseconds