Home
last modified time | relevance | path

Searched refs:tween_type (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/ui/compositor/
Dscoped_layer_animation_settings.cc87 old_tween_type_(animator->tween_type()), in ScopedLayerAnimationSettings()
131 void ScopedLayerAnimationSettings::SetTweenType(gfx::Tween::Type tween_type) { in SetTweenType() argument
132 animator_->set_tween_type(tween_type); in SetTweenType()
136 return animator_->tween_type(); in GetTweenType()
Dfloat_animation_curve_adapter.cc10 gfx::Tween::Type tween_type, in FloatAnimationCurveAdapter() argument
14 : tween_type_(tween_type), in FloatAnimationCurveAdapter()
Dlayer_animation_element.h186 gfx::Tween::Type tween_type() const { return tween_type_; } in tween_type() function
187 void set_tween_type(gfx::Tween::Type tween_type) { tween_type_ = tween_type; } in set_tween_type() argument
Dlayer_animator.h179 void set_tween_type(gfx::Tween::Type tween_type) { tween_type_ = tween_type; } in set_tween_type() argument
180 gfx::Tween::Type tween_type() const { return tween_type_; } in tween_type() function
Dtransform_animation_curve_adapter.cc10 gfx::Tween::Type tween_type, in TransformAnimationCurveAdapter() argument
14 : tween_type_(tween_type), in TransformAnimationCurveAdapter()
Dlayer_animation_element_unittest.cc369 gfx::Tween::Type tween_type = gfx::Tween::EASE_IN; in TEST() local
370 element->set_tween_type(tween_type); in TEST()
390 EXPECT_FLOAT_EQ(gfx::Tween::CalculateValue(tween_type, 0.5), in TEST()
408 gfx::Tween::Type tween_type = gfx::Tween::EASE_IN; in TEST() local
409 element->set_tween_type(tween_type); in TEST()
430 gfx::Tween::CalculateValue(tween_type, 0.5)); in TEST()
Dlayer_animation_element.cc451 gfx::Tween::CalculateValue(tween_type(), last_progressed_fraction()), in OnAbort()
463 new FloatAnimationCurveAdapter(tween_type(), in CreateCCAnimation()
517 gfx::Tween::CalculateValue(tween_type(), last_progressed_fraction()), in OnAbort()
529 new TransformAnimationCurveAdapter(tween_type(), in CreateCCAnimation()
590 set_tween_type(uninverted_transition_->tween_type()); in OnStart()
599 TransformAnimationCurveAdapter base_curve(tween_type(), in OnStart()
639 gfx::Tween::CalculateValue(tween_type(), last_progressed_fraction()), in ComputeCurrentTransform()
Dfloat_animation_curve_adapter.h16 FloatAnimationCurveAdapter(gfx::Tween::Type tween_type,
Dscoped_layer_animation_settings.h43 void SetTweenType(gfx::Tween::Type tween_type);
Dtransform_animation_curve_adapter.h20 TransformAnimationCurveAdapter(gfx::Tween::Type tween_type,
/external/chromium_org/ui/gfx/animation/
Dslide_animation.h67 void SetTweenType(Tween::Type tween_type) { tween_type_ = tween_type; } in SetTweenType() argument
/external/chromium_org/ash/wm/
Dwindow_animations.cc322 gfx::Tween::Type tween_type) { in CrossFadeImpl() argument
339 settings.SetTweenType(tween_type); in CrossFadeImpl()
379 settings.SetTweenType(tween_type); in CrossFadeImpl()
Dsession_state_animator.cc249 gfx::Tween::Type tween_type, in StartGrayscaleBrightnessAnimationForWindow() argument
261 brightness_element->set_tween_type(tween_type); in StartGrayscaleBrightnessAnimationForWindow()
267 grayscale_element->set_tween_type(tween_type); in StartGrayscaleBrightnessAnimationForWindow()
/external/chromium_org/chrome/browser/ui/views/toolbar/
Dbrowser_actions_container.cc801 gfx::Tween::Type tween_type, in SaveDesiredSizeAndAnimate() argument
818 resize_animation_->SetTweenType(tween_type); in SaveDesiredSizeAndAnimate()
/external/chromium/chrome/browser/ui/views/
Dbrowser_actions_container.cc1070 ui::Tween::Type tween_type, in SaveDesiredSizeAndAnimate() argument
1087 resize_animation_->SetTweenType(tween_type); in SaveDesiredSizeAndAnimate()