HomeSort by relevance Sort by last modified time
    Searched defs:tween_type (Results 1 - 5 of 5) 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/athena/home/
home_card_impl.cc 78 void Layout(bool animate, gfx::Tween::Type tween_type) {
88 settings->SetTweenType(tween_type);
170 gfx::Tween::Type tween_type) {
178 (state == HomeCard::VISIBLE_CENTERED) ? 1.0f : 0.0f, tween_type);
388 gfx::Tween::Type tween_type = local
390 home_card_view_->SetStateWithAnimation(state_, tween_type);
391 layout_manager_->Layout(true, tween_type);
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc 1199 const gfx::Tween::Type tween_type = hide ? kHideTweenType : kShowTweenType; local
    [all...]

Completed in 100 milliseconds