Searched refs:set_tween_type (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ui/compositor/
H A Dscoped_layer_animation_settings.cc98 animator_->set_tween_type(old_tween_type_);
132 animator_->set_tween_type(tween_type);
H A Dlayer_animation_element.h192 void set_tween_type(gfx::Tween::Type tween_type) { tween_type_ = tween_type; } function in class:ui::LayerAnimationElement
H A Dlayer_animator.h177 void set_tween_type(gfx::Tween::Type tween_type) { tween_type_ = tween_type; } function in class:ui::LayerAnimator
H A Dlayer_animation_element_unittest.cc369 element->set_tween_type(tween_type);
408 element->set_tween_type(tween_type);
H A Dlayer_animation_element.cc523 set_tween_type(uninverted_transition_->tween_type());
H A Dlayer_animator.cc90 element->set_tween_type(tween_type_); \
/external/chromium_org/ui/views/animation/
H A Dbounds_animator.h92 void set_tween_type(gfx::Tween::Type type) { tween_type_ = type; } function in class:views::BoundsAnimator
/external/chromium_org/ash/wm/
H A Dwindow_animations.cc129 transition->set_tween_type(
424 brightness_element->set_tween_type(animation_type);
430 grayscale_element->set_tween_type(animation_type);
H A Dsession_state_animator_impl.cc269 brightness_element->set_tween_type(tween_type);
275 grayscale_element->set_tween_type(tween_type);
/external/chromium_org/ui/app_list/views/
H A Dspeech_view.cc157 indicator_animator_->set_tween_type(gfx::Tween::LINEAR);
/external/chromium_org/ui/wm/core/
H A Dwindow_animations.cc373 transition->set_tween_type(grow ? gfx::Tween::EASE_OUT : gfx::Tween::EASE_IN);
446 opacity->set_tween_type(gfx::Tween::EASE_IN_OUT);

Completed in 198 milliseconds