CurrentValueBetween 106 ash/display/shared_display_edge_indicator.cc int value = animation->CurrentValueBetween(0, 255); CurrentValueBetween 520 ash/drag_drop/drag_drop_controller.cc gfx::Rect current_bounds = animation->CurrentValueBetween( CurrentValueBetween 109 ash/frame/caption_buttons/frame_caption_button.cc hover_animation_->CurrentValueBetween(0, 255) : 255; CurrentValueBetween 117 ash/frame/caption_buttons/frame_caption_button.cc int icon_alpha = swap_images_animation_->CurrentValueBetween(0, 255); CurrentValueBetween 169 ash/frame/default_header_painter.cc int active_alpha = activation_animation_->CurrentValueBetween(0, 255); CurrentValueBetween 52 ash/shelf/background_animator.cc int alpha = animation->CurrentValueBetween(min_alpha_, max_alpha_); CurrentValueBetween 76 ash/shelf/shelf_button.cc return GetThrobAnimation().CurrentValueBetween(0, 255); CurrentValueBetween 118 ash/system/tray/tray_item_view.cc transform.Translate(0, animation->CurrentValueBetween( CurrentValueBetween 121 ash/system/tray/tray_item_view.cc transform.Translate(animation->CurrentValueBetween( CurrentValueBetween 84 ash/touch/touch_hud_projection.cc alpha = static_cast<int>(fadeout_->CurrentValueBetween(alpha, 0)); CurrentValueBetween 169 ash/wm/gestures/long_press_affordance_handler.cc current_angle_ = animation->CurrentValueBetween(kAffordanceAngleStartValue, CurrentValueBetween 171 ash/wm/gestures/long_press_affordance_handler.cc current_scale_ = animation->CurrentValueBetween(kAffordanceScaleStartValue, CurrentValueBetween 174 ash/wm/gestures/long_press_affordance_handler.cc animation->CurrentValueBetween(kAffordanceOpacityStartValue, CurrentValueBetween 180 ash/wm/gestures/long_press_affordance_handler.cc current_scale_ = animation->CurrentValueBetween(kAffordanceScaleEndValue, CurrentValueBetween 183 ash/wm/gestures/long_press_affordance_handler.cc animation->CurrentValueBetween(kAffordanceOpacityEndValue, CurrentValueBetween 156 chrome/browser/infobars/infobar.cc bar_height_ = animation_.CurrentValueBetween(0, bar_target_height_); CurrentValueBetween 380 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return animation_.CurrentValueBetween(TabGtk::GetMiniWidth(), CurrentValueBetween 391 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return animation_.CurrentValueBetween(start_width, target_width); CurrentValueBetween 515 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return animation_.CurrentValueBetween(start_selected_width_, CurrentValueBetween 519 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return animation_.CurrentValueBetween(start_unselected_width_, CurrentValueBetween 574 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return animation_.CurrentValueBetween( CurrentValueBetween 578 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return animation_.CurrentValueBetween( CurrentValueBetween 587 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return animation_.CurrentValueBetween(start_selected_width_, CurrentValueBetween 591 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return animation_.CurrentValueBetween(start_unselected_width_, CurrentValueBetween 636 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc int x = animation_.CurrentValueBetween(start_bounds_.x(), CurrentValueBetween 638 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc int width = animation_.CurrentValueBetween(start_bounds_.width(), CurrentValueBetween 655 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc animation_.CurrentValueBetween(0, target_bounds_.width()); CurrentValueBetween 659 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return animation_.CurrentValueBetween(start_bounds_.width(), 0); CurrentValueBetween 664 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return animation_.CurrentValueBetween( CurrentValueBetween 681 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return animation_.CurrentValueBetween(0, target_bounds_.width()); CurrentValueBetween 687 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return animation_.CurrentValueBetween(start_selected_width_, CurrentValueBetween 691 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return animation_.CurrentValueBetween(start_unselected_width_, CurrentValueBetween 147 chrome/browser/ui/toolbar/wrench_icon_painter.cc int alpha = animation_->CurrentValueBetween(0xFF, 0); CurrentValueBetween 182 chrome/browser/ui/views/frame/browser_header_painter_ash.cc int active_alpha = activation_animation_->CurrentValueBetween(0, 255); CurrentValueBetween 410 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc int opacity = animation_->CurrentValueBetween(0, 255); CurrentValueBetween 462 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc int popup_bottom = animation_->CurrentValueBetween(total_height, 0); CurrentValueBetween 769 chrome/browser/ui/views/location_bar/location_bar_view.cc CurrentValueBetween(position_of_host_name_in_chip, CurrentValueBetween 773 chrome/browser/ui/views/location_bar/location_bar_view.cc CurrentValueBetween(position_of_host_name_in_url, CurrentValueBetween 338 chrome/browser/ui/views/location_bar/origin_chip_view.cc fade_in_animation_->CurrentValueBetween(0, 255))); CurrentValueBetween 240 chrome/browser/ui/views/notifications/balloon_view_views.cc gfx::Rect frame_position(animation_->CurrentValueBetween( CurrentValueBetween 507 chrome/browser/ui/views/omnibox/omnibox_result_view.cc animation_->CurrentValueBetween(max_kw_x, edge_item_padding_); CurrentValueBetween 204 chrome/browser/ui/views/omnibox/omnibox_view_views.cc fade_in_animation_->CurrentValueBetween(0, 255))); CurrentValueBetween 399 chrome/browser/ui/views/panels/panel_stack_view.cc current_bounds = bounds_animator_->CurrentValueBetween( CurrentValueBetween 384 chrome/browser/ui/views/panels/panel_view.cc gfx::Rect new_bounds = bounds_animator_->CurrentValueBetween( CurrentValueBetween 1163 chrome/browser/ui/views/tabs/tab.cc alpha = tab_animation_->CurrentValueBetween( CurrentValueBetween 1244 chrome/browser/ui/views/tabs/tab.cc x = animation->CurrentValueBetween(x0, x1); CurrentValueBetween 1248 chrome/browser/ui/views/tabs/tab.cc x = animation->CurrentValueBetween(x1, x2); CurrentValueBetween 1272 chrome/browser/ui/views/tabs/tab.cc uint8 alpha = animation->CurrentValueBetween(255, 0); CurrentValueBetween 124 ui/app_list/views/apps_grid_view.cc layer_->SetBounds(animation->CurrentValueBetween(layer_start_, CurrentValueBetween 234 ui/app_list/views/search_result_list_view.cc int indicator_width = auto_launch_animation_->CurrentValueBetween(0, width()); CurrentValueBetween 45 ui/gfx/animation/animation.h double CurrentValueBetween(double start, double target) const; CurrentValueBetween 46 ui/gfx/animation/animation.h int CurrentValueBetween(int start, int target) const; CurrentValueBetween 47 ui/gfx/animation/animation.h gfx::Rect CurrentValueBetween(const gfx::Rect& start_bounds, CurrentValueBetween 376 ui/message_center/views/message_center_view.cc (*iter)->layer()->SetOpacity(animation->CurrentValueBetween(1.0, 0.0)); CurrentValueBetween 792 ui/message_center/views/message_center_view.cc content_height = settings_transition_animation_->CurrentValueBetween( CurrentValueBetween 199 ui/message_center/views/toast_contents_view.cc gfx::Rect current(animation->CurrentValueBetween( CurrentValueBetween 236 ui/views/animation/bounds_animator.cc animation->CurrentValueBetween(data.start_bounds, data.target_bounds); CurrentValueBetween 127 ui/views/controls/button/text_button.cc button->GetAnimation()->CurrentValueBetween(0, 255))); CurrentValueBetween 180 ui/views/controls/button/text_button.cc int alpha = delegate_->GetThemeAnimation()->CurrentValueBetween(0, 255); CurrentValueBetween 322 ui/views/controls/slider.cc animating_value_ = animation->CurrentValueBetween(animating_value_, value_);