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

  /external/chromium_org/ui/gfx/animation/
slide_animation.h 67 void SetTweenType(Tween::Type tween_type) { tween_type_ = tween_type; }
  /external/chromium_org/ui/compositor/
float_animation_curve_adapter.cc 10 gfx::Tween::Type tween_type,
14 : tween_type_(tween_type),
float_animation_curve_adapter.h 16 FloatAnimationCurveAdapter(gfx::Tween::Type tween_type,
scoped_layer_animation_settings.cc 87 old_tween_type_(animator->tween_type()),
131 void ScopedLayerAnimationSettings::SetTweenType(gfx::Tween::Type tween_type) {
132 animator_->set_tween_type(tween_type);
136 return animator_->tween_type();
scoped_layer_animation_settings.h 43 void SetTweenType(gfx::Tween::Type tween_type);
layer_animation_element.h 191 gfx::Tween::Type tween_type() const { return tween_type_; } function in class:ui::LayerAnimationElement
192 void set_tween_type(gfx::Tween::Type tween_type) { tween_type_ = tween_type; }
layer_animator.h 177 void set_tween_type(gfx::Tween::Type tween_type) { tween_type_ = tween_type; }
178 gfx::Tween::Type tween_type() const { return tween_type_; } function in class:ui::LayerAnimator
transform_animation_curve_adapter.cc 10 gfx::Tween::Type tween_type,
14 : tween_type_(tween_type),
transform_animation_curve_adapter.h 20 TransformAnimationCurveAdapter(gfx::Tween::Type tween_type,
layer_animation_element_unittest.cc 368 gfx::Tween::Type tween_type = gfx::Tween::EASE_IN; local
369 element->set_tween_type(tween_type);
389 EXPECT_FLOAT_EQ(gfx::Tween::CalculateValue(tween_type, 0.5),
407 gfx::Tween::Type tween_type = gfx::Tween::EASE_IN; local
408 element->set_tween_type(tween_type);
429 gfx::Tween::CalculateValue(tween_type, 0.5));
layer_animation_element.cc 403 gfx::Tween::CalculateValue(tween_type(), last_progressed_fraction()),
415 new FloatAnimationCurveAdapter(tween_type(),
458 gfx::Tween::CalculateValue(tween_type(), last_progressed_fraction()),
470 new TransformAnimationCurveAdapter(tween_type(),
523 set_tween_type(uninverted_transition_->tween_type());
525 TransformAnimationCurveAdapter base_curve(tween_type(),
563 gfx::Tween::CalculateValue(tween_type(), last_progressed_fraction()),
  /external/chromium_org/ash/wm/
window_animations.h 50 // from |window|. |tween_type| specifies the tween type of the cross fade
55 gfx::Tween::Type tween_type);
session_state_animator.cc 247 gfx::Tween::Type tween_type,
259 brightness_element->set_tween_type(tween_type);
265 grayscale_element->set_tween_type(tween_type);
window_animations.cc 327 gfx::Tween::Type tween_type) {
346 settings.SetTweenType(tween_type);
386 settings.SetTweenType(tween_type);
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc 899 gfx::Tween::Type tween_type,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc 1317 const gfx::Tween::Type tween_type = hide ? kHideTweenType : kShowTweenType; local
    [all...]

Completed in 238 milliseconds