HomeSort by relevance Sort by last modified time
    Searched refs:set_tween_type (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ui/compositor/
scoped_layer_animation_settings.cc 30 animator_->set_tween_type(old_tween_type_);
56 animator_->set_tween_type(tween_type);
layer_animation_element.h 172 void set_tween_type(Tween::Type tween_type) { tween_type_ = tween_type; } function in class:ui::LayerAnimationElement
layer_animator.h 174 void set_tween_type(Tween::Type tween_type) { tween_type_ = tween_type; } function in class:ui::LayerAnimator
layer_animation_element_unittest.cc 307 element->set_tween_type(tween_type);
346 element->set_tween_type(tween_type);
layer_animator.cc 100 element->set_tween_type(tween_type_); \
  /external/chromium_org/ui/views/animation/
bounds_animator.h 99 void set_tween_type(ui::Tween::Type type) { tween_type_ = type; } function in class:views::BoundsAnimator
  /external/chromium_org/ash/wm/
window_animations.cc 118 transition->set_tween_type(
485 brightness_element->set_tween_type(animation_type);
491 grayscale_element->set_tween_type(animation_type);
session_state_animator.cc 261 brightness_element->set_tween_type(tween_type);
267 grayscale_element->set_tween_type(tween_type);
  /external/chromium_org/ui/views/corewm/
window_animations.cc 339 transition->set_tween_type(grow ? ui::Tween::EASE_OUT : ui::Tween::EASE_IN);
383 opacity->set_tween_type(ui::Tween::EASE_IN_OUT);

Completed in 208 milliseconds