Searched refs:tween_type_ (Results 1 - 12 of 12) sorted by last modified time

/external/chromium_org/ui/compositor/
H A Dfloat_animation_curve_adapter.cc14 : tween_type_(tween_type),
26 new FloatAnimationCurveAdapter(tween_type_,
40 gfx::Tween::CalculateValue(tween_type_, progress),
H A Dfloat_animation_curve_adapter.h29 gfx::Tween::Type tween_type_; member in class:ui::FloatAnimationCurveAdapter
H A Dlayer_animation_element.cc630 tween_type_(gfx::Tween::LINEAR),
642 tween_type_(element.tween_type_),
683 need_draw = OnProgress(gfx::Tween::CalculateValue(tween_type_, t), delegate);
H A Dlayer_animation_element.h191 gfx::Tween::Type tween_type() const { return tween_type_; }
192 void set_tween_type(gfx::Tween::Type tween_type) { tween_type_ = tween_type; }
233 gfx::Tween::Type tween_type_; member in class:ui::LayerAnimationElement
H A Dlayer_animator.cc47 tween_type_(gfx::Tween::LINEAR),
90 element->set_tween_type(tween_type_); \
H A Dlayer_animator.h177 void set_tween_type(gfx::Tween::Type tween_type) { tween_type_ = tween_type; }
178 gfx::Tween::Type tween_type() const { return tween_type_; }
334 gfx::Tween::Type tween_type_; member in class:ui::LayerAnimator
H A Dtransform_animation_curve_adapter.cc14 : tween_type_(tween_type),
31 new TransformAnimationCurveAdapter(tween_type_,
50 gfx::Tween::CalculateValue(tween_type_,
H A Dtransform_animation_curve_adapter.h39 gfx::Tween::Type tween_type_; member in class:ui::TransformAnimationCurveAdapter
/external/chromium_org/ui/gfx/animation/
H A Dslide_animation.cc20 tween_type_(Tween::EASE_OUT),
97 state = Tween::CalculateValue(tween_type_, state);
102 if (tween_type_ == Tween::EASE_OUT_SNAP &&
H A Dslide_animation.h67 void SetTweenType(Tween::Type tween_type) { tween_type_ = tween_type; }
81 Tween::Type tween_type_; member in class:gfx::SlideAnimation
/external/chromium_org/ui/views/animation/
H A Dbounds_animator.cc27 tween_type_(Tween::EASE_OUT) {
163 animation->SetTweenType(tween_type_);
H A Dbounds_animator.h92 void set_tween_type(gfx::Tween::Type type) { tween_type_ = type; }
179 gfx::Tween::Type tween_type_; member in class:views::BoundsAnimator

Completed in 101 milliseconds