HomeSort by relevance Sort by last modified time
    Searched refs:CurrentValueBetween (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/ui/gfx/animation/
animation.cc 64 double Animation::CurrentValueBetween(double start, double target) const {
68 int Animation::CurrentValueBetween(int start, int target) const {
72 gfx::Rect Animation::CurrentValueBetween(const gfx::Rect& start_bounds,
animation.h 45 double CurrentValueBetween(double start, double target) const;
46 int CurrentValueBetween(int start, int target) const;
47 gfx::Rect CurrentValueBetween(const gfx::Rect& start_bounds,
  /external/chromium_org/ash/shelf/
background_animator.cc 54 int alpha = animation->CurrentValueBetween(min_alpha_, max_alpha_);
shelf_button.cc 76 return GetThrobAnimation().CurrentValueBetween(0, 255);
  /external/chromium_org/ash/system/tray/
tray_item_view.cc 119 transform.Translate(0, animation->CurrentValueBetween(
122 transform.Translate(animation->CurrentValueBetween(
  /external/chromium_org/ash/wm/gestures/
long_press_affordance_handler.cc 171 current_angle_ = animation->CurrentValueBetween(kAffordanceAngleStartValue,
173 current_scale_ = animation->CurrentValueBetween(kAffordanceScaleStartValue,
176 animation->CurrentValueBetween(kAffordanceOpacityStartValue,
182 current_scale_ = animation->CurrentValueBetween(kAffordanceScaleEndValue,
185 animation->CurrentValueBetween(kAffordanceOpacityEndValue,
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 358 return animation_.CurrentValueBetween(TabGtk::GetMiniWidth(),
369 return animation_.CurrentValueBetween(start_width, target_width);
491 return animation_.CurrentValueBetween(start_selected_width_,
495 return animation_.CurrentValueBetween(start_unselected_width_,
550 return animation_.CurrentValueBetween(
554 return animation_.CurrentValueBetween(
563 return animation_.CurrentValueBetween(start_selected_width_,
567 return animation_.CurrentValueBetween(start_unselected_width_,
612 int x = animation_.CurrentValueBetween(start_bounds_.x(),
614 int width = animation_.CurrentValueBetween(start_bounds_.width()
    [all...]
  /external/chromium_org/ash/display/
shared_display_edge_indicator.cc 107 int value = animation->CurrentValueBetween(0, 255);
  /external/chromium_org/chrome/browser/infobars/
infobar.cc 156 bar_height_ = animation_.CurrentValueBetween(0, bar_target_height_);
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 379 return animation_.CurrentValueBetween(TabGtk::GetMiniWidth(),
390 return animation_.CurrentValueBetween(start_width, target_width);
514 return animation_.CurrentValueBetween(start_selected_width_,
518 return animation_.CurrentValueBetween(start_unselected_width_,
573 return animation_.CurrentValueBetween(
577 return animation_.CurrentValueBetween(
586 return animation_.CurrentValueBetween(start_selected_width_,
590 return animation_.CurrentValueBetween(start_unselected_width_,
635 int x = animation_.CurrentValueBetween(start_bounds_.x(),
637 int width = animation_.CurrentValueBetween(start_bounds_.width()
    [all...]
  /external/chromium_org/ash/touch/
touch_hud_projection.cc 85 alpha = static_cast<int>(fadeout_->CurrentValueBetween(alpha, 0));
  /external/chromium_org/chrome/browser/ui/toolbar/
wrench_icon_painter.cc 147 int alpha = animation_->CurrentValueBetween(0xFF, 0);
  /external/chromium/chrome/browser/ui/views/tabs/
tab.cc 405 x = mini_title_animation_->CurrentValueBetween(x0, x1);
409 x = mini_title_animation_->CurrentValueBetween(x1, x2);
436 canvas->SaveLayerAlpha(mini_title_animation_->CurrentValueBetween(255, 0));
  /external/chromium_org/chrome/browser/ui/views/
fullscreen_exit_bubble_views.cc 410 int opacity = animation_->CurrentValueBetween(0, 255);
462 int popup_bottom = animation_->CurrentValueBetween(total_height, 0);
  /external/chromium_org/ash/wm/workspace/
phantom_window_controller.cc 168 animation->CurrentValueBetween(start_bounds_, bounds_in_screen_);
  /external/chromium_org/ui/message_center/views/
toast_contents_view.cc 199 gfx::Rect current(animation->CurrentValueBetween(
  /external/chromium_org/ui/views/animation/
bounds_animator.cc 236 animation->CurrentValueBetween(data.start_bounds, data.target_bounds);
  /external/chromium_org/ui/views/controls/button/
text_button.cc 135 button->GetAnimation()->CurrentValueBetween(0, 255)));
188 int alpha = delegate_->GetThemeAnimation()->CurrentValueBetween(0, 255);
  /external/chromium_org/chrome/browser/extensions/
extension_action.cc 121 paint.setAlpha(CurrentValueBetween(0, 255));
  /external/chromium_org/ui/views/controls/
slider.cc 322 animating_value_ = animation->CurrentValueBetween(animating_value_, value_);
  /external/chromium_org/ash/wm/caption_buttons/
maximize_bubble_controller_bubble.cc 396 int shift = animation->CurrentValueBetween(kBubbleAnimationOffsetY, 0);
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.cc 399 current_bounds = bounds_animator_->CurrentValueBetween(
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc     [all...]
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 523 gfx::Rect current_bounds = animation->CurrentValueBetween(
  /external/chromium_org/chrome/browser/ui/views/notifications/
balloon_view_views.cc 243 gfx::Rect frame_position(animation_->CurrentValueBetween(

Completed in 384 milliseconds

1 2