Home
last modified time | relevance | path

Searched defs:tween_type (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/ui/compositor/
Dfloat_animation_curve_adapter.cc10 gfx::Tween::Type tween_type, in FloatAnimationCurveAdapter()
Dlayer_animator.h177 void set_tween_type(gfx::Tween::Type tween_type) { tween_type_ = tween_type; } in set_tween_type()
178 gfx::Tween::Type tween_type() const { return tween_type_; } in tween_type() function
Dlayer_animation_element.h191 gfx::Tween::Type tween_type() const { return tween_type_; } in tween_type() function
192 void set_tween_type(gfx::Tween::Type tween_type) { tween_type_ = tween_type; } in set_tween_type()
Dtransform_animation_curve_adapter.cc10 gfx::Tween::Type tween_type, in TransformAnimationCurveAdapter()
Dscoped_layer_animation_settings.cc131 void ScopedLayerAnimationSettings::SetTweenType(gfx::Tween::Type tween_type) { in SetTweenType()
Dlayer_animation_element_unittest.cc368 gfx::Tween::Type tween_type = gfx::Tween::EASE_IN; in TEST() local
407 gfx::Tween::Type tween_type = gfx::Tween::EASE_IN; in TEST() local
/external/chromium_org/ui/gfx/animation/
Dslide_animation.h67 void SetTweenType(Tween::Type tween_type) { tween_type_ = tween_type; } in SetTweenType()
/external/chromium_org/ash/wm/
Dwindow_animations.cc327 gfx::Tween::Type tween_type) { in CrossFadeAnimation()
Dsession_state_animator.cc247 gfx::Tween::Type tween_type, in StartGrayscaleBrightnessAnimationForWindow()
/external/chromium_org/chrome/browser/ui/views/toolbar/
Dbrowser_actions_container.cc899 gfx::Tween::Type tween_type, in SaveDesiredSizeAndAnimate()
/external/chromium_org/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.cc1317 const gfx::Tween::Type tween_type = hide ? kHideTweenType : kShowTweenType; in GetValueForAnimation() local