Searched defs:tweened (Results 1 – 6 of 6) sorted by relevance
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/login/ui/ |
H A D | user_switch_flip_animation.cc | 71 const double tweened = gfx::Tween::CalculateValue(tween_type_, current); in OnProgress() local 83 const double tweened = gfx::Tween::CalculateValue(tween_type_, current); in OnProgress() local
|
H A D | pin_keyboard_animation.cc | 36 const double tweened = gfx::Tween::CalculateValue(tween_type_, current); in OnProgress() local
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/rotator/ |
H A D | screen_rotation_animation.cc | 51 const double tweened = gfx::Tween::CalculateValue(tween_type_, current); in OnProgress() local
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/animation/ |
H A D | tween_unittest.cc | 167 const gfx::Rect tweened = Tween::RectValueBetween(0.08, r1, r2); in TEST() local
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/animation/ |
H A D | tween_unittest.cc | 167 const gfx::Rect tweened = Tween::RectValueBetween(0.08, r1, r2); in TEST() local
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/shelf/ |
H A D | hotseat_widget.cc | 196 const double tweened = gfx::Tween::CalculateValue(tween_type_, current); in OnProgress() local 310 const double tweened = gfx::Tween::CalculateValue(tween_type_, current); in OnProgress() local
|