HomeSort by relevance Sort by last modified time
    Searched refs:Tween (Results 51 - 75 of 78) sorted by null

1 23 4

  /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);
  /external/chromium_org/ash/wm/overview/
window_grid.cc 21 #include "ui/gfx/animation/tween.h"
401 animation_settings.SetTweenType(gfx::Tween::FAST_OUT_LINEAR_IN);
430 animation_settings.SetTweenType(gfx::Tween::LINEAR_OUT_SLOW_IN);
scoped_transform_overview_window.cc 17 #include "ui/gfx/animation/tween.h"
36 SetTweenType(gfx::Tween::FAST_OUT_SLOW_IN);
  /external/chromium_org/ui/keyboard/
keyboard_controller.cc 306 settings.SetTweenType(gfx::Tween::EASE_OUT);
449 settings.SetTweenType(gfx::Tween::EASE_IN);
  /external/chromium_org/chrome/browser/ui/views/location_bar/
content_setting_image_view.cc 82 slide_animator_.SetTweenType(gfx::Tween::LINEAR);
origin_chip_view.cc 175 fade_in_animation_.SetTweenType(gfx::Tween::LINEAR_OUT_SLOW_IN);
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.h 19 #include "ui/gfx/animation/tween.h"
333 void SaveDesiredSizeAndAnimate(gfx::Tween::Type type,
  /external/chromium_org/ui/app_list/
pagination_model.cc 236 transition_animation_->SetTweenType(gfx::Tween::LINEAR);
  /external/chromium_org/ui/app_list/views/
speech_view.cc 186 indicator_animator_->set_tween_type(gfx::Tween::LINEAR);
  /external/chromium_org/ash/system/tray/
tray_background_view.cc 28 #include "ui/gfx/animation/tween.h"
368 animation.SetTweenType(gfx::Tween::EASE_OUT);
383 animation.SetTweenType(gfx::Tween::EASE_IN);
  /external/chromium_org/athena/wm/
window_overview_mode.cc 52 gfx::Tween::TransformValueBetween(progress, state->top, state->bottom);
  /external/chromium_org/ui/gfx/
interpolated_transform.cc 14 #include "ui/gfx/animation/tween.h"
125 gfx::Tween::DoubleValueBetween(t, start_value, end_value));
  /external/chromium_org/cc/animation/
keyframed_animation_curve_unittest.cc 10 #include "ui/gfx/animation/tween.h"
46 SkColor color_midpoint = gfx::Tween::ColorValueBetween(0.5, color_a, color_b);
67 gfx::Tween::ColorValueBetween(0.5, color_a, color_b);
69 gfx::Tween::ColorValueBetween(0.5, color_b, color_c);
keyframed_animation_curve.cc 8 #include "ui/gfx/animation/tween.h"
210 return gfx::Tween::ColorValueBetween(
transform_operations_unittest.cc 12 #include "ui/gfx/animation/tween.h"
1022 t = gfx::Tween::FloatValueBetween(t, min_progress, max_progress);
    [all...]
  /external/chromium_org/ui/message_center/views/
message_center_view.cc 656 gfx::Tween::EASE_OUT));
660 kDefaultAnimationDurationMs, gfx::Tween::LINEAR));
667 kDefaultAnimationDurationMs, gfx::Tween::LINEAR));
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 856 settings.SetTweenType(gfx::Tween::EASE_OUT);
864 settings.SetTweenType(gfx::Tween::EASE_OUT);
    [all...]
  /external/chromium_org/ash/magnifier/
magnification_controller.cc 269 settings.SetTweenType(gfx::Tween::EASE_OUT);
  /external/chromium_org/ash/shelf/
shelf_button.cc 77 animation_.SetTweenType(gfx::Tween::SMOOTH_IN_OUT);
shelf_layout_manager.cc 680 shelf_animation_setter.SetTweenType(gfx::Tween::EASE_OUT);
685 status_animation_setter.SetTweenType(gfx::Tween::EASE_OUT);
    [all...]
  /external/chromium_org/ash/wm/
window_state.cc 435 CrossFadeAnimation(window_, old_layer_owner.Pass(), gfx::Tween::EASE_OUT);
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc 522 gfx::Tween::EASE_OUT));
525 gfx::Tween::ZERO));
528 gfx::Tween::EASE_IN));
    [all...]
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.cc 278 complete_animation_->SetTweenType(gfx::Tween::LINEAR);
291 complete_animation_->SetTweenType(gfx::Tween::LINEAR);
    [all...]
  /external/chromium_org/ui/compositor/
layer_animator.cc 47 tween_type_(gfx::Tween::LINEAR),
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]

Completed in 2155 milliseconds

1 23 4