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

  /external/chromium_org/ui/compositor/
scoped_layer_animation_settings.cc 98 animator_->set_tween_type(old_tween_type_);
132 animator_->set_tween_type(tween_type);
layer_animation_element.h 192 void set_tween_type(gfx::Tween::Type tween_type) { tween_type_ = tween_type; } function in class:ui::LayerAnimationElement
layer_animator.h 177 void set_tween_type(gfx::Tween::Type tween_type) { tween_type_ = tween_type; } function in class:ui::LayerAnimator
layer_animation_element_unittest.cc 369 element->set_tween_type(tween_type);
408 element->set_tween_type(tween_type);
layer_animation_element.cc 523 set_tween_type(uninverted_transition_->tween_type());
layer_animator.cc 90 element->set_tween_type(tween_type_); \
  /external/chromium_org/ui/views/animation/
bounds_animator.h 92 void set_tween_type(gfx::Tween::Type type) { tween_type_ = type; } function in class:views::BoundsAnimator
  /external/chromium_org/ash/wm/
window_animations.cc 129 transition->set_tween_type(
424 brightness_element->set_tween_type(animation_type);
430 grayscale_element->set_tween_type(animation_type);
session_state_animator.cc 259 brightness_element->set_tween_type(tween_type);
265 grayscale_element->set_tween_type(tween_type);
  /external/chromium_org/ui/app_list/views/
speech_view.cc 186 indicator_animator_->set_tween_type(gfx::Tween::LINEAR);
  /external/chromium_org/ui/wm/core/
window_animations.cc 371 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 1227 milliseconds