Searched refs:animation_stop_to_show_titlebar_ (Results 1 – 2 of 2) sorted by relevance
26 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()
35 double animation_stop_to_show_titlebar_; variable