/external/chromium_org/ui/compositor/ |
D | scoped_layer_animation_settings.cc | 87 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()
|
D | float_animation_curve_adapter.cc | 10 gfx::Tween::Type tween_type, in FloatAnimationCurveAdapter() argument 14 : tween_type_(tween_type), in FloatAnimationCurveAdapter()
|
D | layer_animation_element.h | 186 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
|
D | layer_animator.h | 179 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
|
D | transform_animation_curve_adapter.cc | 10 gfx::Tween::Type tween_type, in TransformAnimationCurveAdapter() argument 14 : tween_type_(tween_type), in TransformAnimationCurveAdapter()
|
D | layer_animation_element_unittest.cc | 369 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()
|
D | layer_animation_element.cc | 451 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()
|
D | float_animation_curve_adapter.h | 16 FloatAnimationCurveAdapter(gfx::Tween::Type tween_type,
|
D | scoped_layer_animation_settings.h | 43 void SetTweenType(gfx::Tween::Type tween_type);
|
D | transform_animation_curve_adapter.h | 20 TransformAnimationCurveAdapter(gfx::Tween::Type tween_type,
|
/external/chromium_org/ui/gfx/animation/ |
D | slide_animation.h | 67 void SetTweenType(Tween::Type tween_type) { tween_type_ = tween_type; } in SetTweenType() argument
|
/external/chromium_org/ash/wm/ |
D | window_animations.cc | 322 gfx::Tween::Type tween_type) { in CrossFadeImpl() argument 339 settings.SetTweenType(tween_type); in CrossFadeImpl() 379 settings.SetTweenType(tween_type); in CrossFadeImpl()
|
D | session_state_animator.cc | 249 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/ |
D | browser_actions_container.cc | 801 gfx::Tween::Type tween_type, in SaveDesiredSizeAndAnimate() argument 818 resize_animation_->SetTweenType(tween_type); in SaveDesiredSizeAndAnimate()
|
/external/chromium/chrome/browser/ui/views/ |
D | browser_actions_container.cc | 1070 ui::Tween::Type tween_type, in SaveDesiredSizeAndAnimate() argument 1087 resize_animation_->SetTweenType(tween_type); in SaveDesiredSizeAndAnimate()
|