/external/chromium_org/ui/compositor/ |
float_animation_curve_adapter.cc | 14 : tween_type_(tween_type), 26 new FloatAnimationCurveAdapter(tween_type_, 40 gfx::Tween::CalculateValue(tween_type_, progress),
|
float_animation_curve_adapter.h | 29 gfx::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 gfx::Tween::CalculateValue(tween_type_,
|
layer_animation_element.h | 191 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
|
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_; } 334 gfx::Tween::Type tween_type_; member in class:ui::LayerAnimator
|
transform_animation_curve_adapter.h | 39 gfx::Tween::Type tween_type_; member in class:ui::TransformAnimationCurveAdapter
|
layer_animation_element.cc | 630 tween_type_(gfx::Tween::LINEAR), 642 tween_type_(element.tween_type_), 683 need_draw = OnProgress(gfx::Tween::CalculateValue(tween_type_, t), delegate);
|
layer_animator.cc | 47 tween_type_(gfx::Tween::LINEAR), 90 element->set_tween_type(tween_type_); \
|
/external/chromium_org/ui/gfx/animation/ |
slide_animation.h | 67 void SetTweenType(Tween::Type tween_type) { tween_type_ = tween_type; } 81 Tween::Type tween_type_; member in class:gfx::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 | 92 void set_tween_type(gfx::Tween::Type type) { tween_type_ = type; } 179 gfx::Tween::Type tween_type_; member in class:views::BoundsAnimator
|
bounds_animator.cc | 27 tween_type_(Tween::EASE_OUT) { 163 animation->SetTweenType(tween_type_);
|