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

  /external/chromium_org/ui/compositor/
float_animation_curve_adapter.cc 14 : tween_type_(tween_type),
26 new FloatAnimationCurveAdapter(tween_type_,
39 return Tween::ValueBetween(Tween::CalculateValue(tween_type_, progress),
float_animation_curve_adapter.h 29 Tween::Type tween_type_; member in class:ui::FloatAnimationCurveAdapter
transform_animation_curve_adapter.cc 14 : tween_type_(tween_type),
31 new TransformAnimationCurveAdapter(tween_type_,
50 Tween::CalculateValue(tween_type_, progress));
transform_animation_curve_adapter.h 31 Tween::Type tween_type_; member in class:ui::TransformAnimationCurveAdapter
layer_animation_element.h 171 Tween::Type tween_type() const { return tween_type_; }
172 void set_tween_type(Tween::Type tween_type) { tween_type_ = tween_type; }
211 Tween::Type tween_type_; member in class:ui::LayerAnimationElement
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_; }
323 Tween::Type tween_type_; member in class:ui::LayerAnimator
layer_animation_element.cc 598 tween_type_(Tween::LINEAR),
637 need_draw = OnProgress(Tween::CalculateValue(tween_type_, t), delegate);
layer_animator.cc 57 tween_type_(Tween::LINEAR),
100 element->set_tween_type(tween_type_); \
  /external/chromium_org/ui/base/animation/
slide_animation.h 67 void SetTweenType(Tween::Type tween_type) { tween_type_ = tween_type; }
81 Tween::Type tween_type_; member in class:ui::SlideAnimation
slide_animation.cc 20 tween_type_(Tween::EASE_OUT),
97 state = Tween::CalculateValue(tween_type_, state);
102 if (tween_type_ == Tween::EASE_OUT_SNAP &&
  /external/chromium_org/ui/views/animation/
bounds_animator.h 99 void set_tween_type(ui::Tween::Type type) { tween_type_ = type; }
192 ui::Tween::Type tween_type_; member in class:views::BoundsAnimator
bounds_animator.cc 27 tween_type_(Tween::EASE_OUT) {
164 animation->SetTweenType(tween_type_);

Completed in 106 milliseconds