Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/tabs/
H A Dtab_animation_state.cc28 gfx::Tween::FloatValueBetween(value, origin.activeness_, in Interpolate()
29 target.activeness_), in Interpolate()
36 activeness_, normalized_leading_edge_x_); in WithOpen()
41 activeness_, normalized_leading_edge_x_); in WithPinned()
H A Dtab_animation_state.h36 float activeness() const { return activeness_; } in activeness()
53 activeness_(activeness), in TabAnimationState()
66 float activeness_; variable