Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Side by Side Diff: ash/wm/overview/window_selector_item.cc

Issue 2734733002: Revert "chromeos: Move files in //ash/common to //ash, part 3" (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ash/wm/overview/window_selector_item.h" 5 #include "ash/wm/overview/window_selector_item.h"
6 6
7 #include <algorithm> 7 #include <algorithm>
8 #include <vector> 8 #include <vector>
9 9
10 #include "ash/material_design/material_design_controller.h" 10 #include "ash/common/material_design/material_design_controller.h"
11 #include "ash/common/wm_shell.h"
12 #include "ash/common/wm_window.h"
11 #include "ash/metrics/user_metrics_action.h" 13 #include "ash/metrics/user_metrics_action.h"
12 #include "ash/public/cpp/shell_window_ids.h" 14 #include "ash/public/cpp/shell_window_ids.h"
13 #include "ash/resources/vector_icons/vector_icons.h" 15 #include "ash/resources/vector_icons/vector_icons.h"
14 #include "ash/root_window_controller.h" 16 #include "ash/root_window_controller.h"
15 #include "ash/strings/grit/ash_strings.h" 17 #include "ash/strings/grit/ash_strings.h"
16 #include "ash/wm/overview/cleanup_animation_observer.h" 18 #include "ash/wm/overview/cleanup_animation_observer.h"
17 #include "ash/wm/overview/overview_animation_type.h" 19 #include "ash/wm/overview/overview_animation_type.h"
18 #include "ash/wm/overview/scoped_overview_animation_settings.h" 20 #include "ash/wm/overview/scoped_overview_animation_settings.h"
19 #include "ash/wm/overview/scoped_overview_animation_settings_factory.h" 21 #include "ash/wm/overview/scoped_overview_animation_settings_factory.h"
20 #include "ash/wm/overview/scoped_transform_overview_window.h" 22 #include "ash/wm/overview/scoped_transform_overview_window.h"
21 #include "ash/wm/overview/window_selector.h" 23 #include "ash/wm/overview/window_selector.h"
22 #include "ash/wm/overview/window_selector_controller.h" 24 #include "ash/wm/overview/window_selector_controller.h"
23 #include "ash/wm/window_state.h" 25 #include "ash/wm/window_state.h"
24 #include "ash/wm_shell.h"
25 #include "ash/wm_window.h"
26 #include "base/auto_reset.h" 26 #include "base/auto_reset.h"
27 #include "base/strings/string_util.h" 27 #include "base/strings/string_util.h"
28 #include "base/strings/utf_string_conversions.h" 28 #include "base/strings/utf_string_conversions.h"
29 #include "base/time/time.h" 29 #include "base/time/time.h"
30 #include "ui/base/l10n/l10n_util.h" 30 #include "ui/base/l10n/l10n_util.h"
31 #include "ui/compositor/layer_animation_sequence.h" 31 #include "ui/compositor/layer_animation_sequence.h"
32 #include "ui/compositor/scoped_animation_duration_scale_mode.h" 32 #include "ui/compositor/scoped_animation_duration_scale_mode.h"
33 #include "ui/gfx/animation/slide_animation.h" 33 #include "ui/gfx/animation/slide_animation.h"
34 #include "ui/gfx/canvas.h" 34 #include "ui/gfx/canvas.h"
35 #include "ui/gfx/color_utils.h" 35 #include "ui/gfx/color_utils.h"
(...skipping 719 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 755
756 gfx::SlideAnimation* WindowSelectorItem::GetBackgroundViewAnimation() { 756 gfx::SlideAnimation* WindowSelectorItem::GetBackgroundViewAnimation() {
757 return background_view_ ? background_view_->animation() : nullptr; 757 return background_view_ ? background_view_->animation() : nullptr;
758 } 758 }
759 759
760 WmWindow* WindowSelectorItem::GetOverviewWindowForMinimizedStateForTest() { 760 WmWindow* WindowSelectorItem::GetOverviewWindowForMinimizedStateForTest() {
761 return transform_window_.GetOverviewWindowForMinimizedState(); 761 return transform_window_.GetOverviewWindowForMinimizedState();
762 } 762 }
763 763
764 } // namespace ash 764 } // namespace ash
OLDNEW
« no previous file with comments | « ash/wm/overview/window_selector_controller.cc ('k') | ash/wm/overview/window_selector_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698