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

  /external/chromium_org/ui/compositor/
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_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
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; }
  /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 109 milliseconds