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

  /external/chromium_org/ui/compositor/
float_animation_curve_adapter.h 29 gfx::Tween::Type tween_type_; member in class:ui::FloatAnimationCurveAdapter
transform_animation_curve_adapter.h 39 gfx::Tween::Type tween_type_; member in class:ui::TransformAnimationCurveAdapter
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
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
  /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
  /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

Completed in 1271 milliseconds