HomeSort by relevance Sort by last modified time
    Searched refs:tween_type (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/ui/base/animation/
slide_animation.h 67 void SetTweenType(Tween::Type tween_type) { tween_type_ = tween_type; }
  /external/chromium_org/ash/wm/workspace/
desktop_background_fade_controller.cc 23 ui::Tween::Type tween_type; local
27 tween_type = ui::Tween::EASE_IN_OUT;
31 tween_type = ui::Tween::EASE_IN_OUT;
50 scoped_setter.SetTweenType(tween_type);
  /external/chromium_org/ui/compositor/
scoped_layer_animation_settings.cc 22 old_tween_type_(animator->tween_type()),
55 void ScopedLayerAnimationSettings::SetTweenType(Tween::Type tween_type) {
56 animator_->set_tween_type(tween_type);
60 return animator_->tween_type();
float_animation_curve_adapter.cc 10 Tween::Type tween_type,
14 : tween_type_(tween_type),
float_animation_curve_adapter.h 16 FloatAnimationCurveAdapter(Tween::Type tween_type,
scoped_layer_animation_settings.h 35 void SetTweenType(Tween::Type tween_type);
transform_animation_curve_adapter.h 18 TransformAnimationCurveAdapter(Tween::Type tween_type,
transform_animation_curve_adapter.cc 10 Tween::Type tween_type,
14 : tween_type_(tween_type),
layer_animation_element.h 171 Tween::Type tween_type() const { return tween_type_; } function in class:ui::LayerAnimationElement
172 void set_tween_type(Tween::Type tween_type) { tween_type_ = tween_type; }
layer_animator.h 174 void set_tween_type(Tween::Type tween_type) { tween_type_ = tween_type; }
175 Tween::Type tween_type() const { return tween_type_; } function in class:ui::LayerAnimator
layer_animation_element_unittest.cc 306 Tween::Type tween_type = Tween::EASE_IN; local
307 element->set_tween_type(tween_type);
327 EXPECT_FLOAT_EQ(Tween::CalculateValue(tween_type, 0.5),
345 Tween::Type tween_type = Tween::EASE_IN; local
346 element->set_tween_type(tween_type);
367 Tween::CalculateValue(tween_type, 0.5));
layer_animation_element.cc 457 Tween::CalculateValue(tween_type(), last_progressed_fraction()),
469 new FloatAnimationCurveAdapter(tween_type(),
523 Tween::CalculateValue(tween_type(), last_progressed_fraction()),
535 new TransformAnimationCurveAdapter(tween_type(),
  /external/chromium_org/ash/wm/
session_state_animator.cc 249 ui::Tween::Type tween_type,
261 brightness_element->set_tween_type(tween_type);
267 grayscale_element->set_tween_type(tween_type);
window_animations.cc 321 ui::Tween::Type tween_type) {
337 settings.SetTweenType(tween_type);
377 settings.SetTweenType(tween_type);
  /external/chromium_org/chrome/browser/ui/views/
browser_actions_container.cc 780 ui::Tween::Type tween_type,
797 resize_animation_->SetTweenType(tween_type);
  /external/chromium/chrome/browser/ui/views/
browser_actions_container.cc     [all...]

Completed in 274 milliseconds