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

Side by Side Diff: ui/app_list/views/start_page_view.h

Issue 2960123002: Revert of Replace AllAppsTileItemView with ArrowExpandView (Closed)
Patch Set: Created 3 years, 5 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
« no previous file with comments | « ui/app_list/views/expand_arrow_view.cc ('k') | ui/app_list/views/start_page_view.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 #ifndef UI_APP_LIST_VIEWS_START_PAGE_VIEW_H_ 5 #ifndef UI_APP_LIST_VIEWS_START_PAGE_VIEW_H_
6 #define UI_APP_LIST_VIEWS_START_PAGE_VIEW_H_ 6 #define UI_APP_LIST_VIEWS_START_PAGE_VIEW_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 9
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/macros.h" 12 #include "base/macros.h"
13 #include "ui/app_list/app_list_export.h" 13 #include "ui/app_list/app_list_export.h"
14 #include "ui/app_list/views/app_list_page.h" 14 #include "ui/app_list/views/app_list_page.h"
15 15
16 namespace app_list { 16 namespace app_list {
17 17
18 class AppListMainView; 18 class AppListMainView;
19 class AppListView; 19 class AppListView;
20 class AppListViewDelegate; 20 class AppListViewDelegate;
21 class CustomLauncherPageBackgroundView; 21 class CustomLauncherPageBackgroundView;
22 class ExpandArrowView;
23 class IndicatorChipView; 22 class IndicatorChipView;
24 class SearchResultTileItemView; 23 class SearchResultTileItemView;
25 class SuggestionsContainerView; 24 class SuggestionsContainerView;
26 class TileItemView; 25 class TileItemView;
27 26
28 // The start page for the app list. 27 // The start page for the app list.
29 class APP_LIST_EXPORT StartPageView : public AppListPage { 28 class APP_LIST_EXPORT StartPageView : public AppListPage {
30 public: 29 public:
31 StartPageView(AppListMainView* app_list_main_view, 30 StartPageView(AppListMainView* app_list_main_view,
32 AppListViewDelegate* view_delegate, 31 AppListViewDelegate* view_delegate,
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 // in a box layout. The search box view itself is a child of the AppListView 72 // in a box layout. The search box view itself is a child of the AppListView
74 // (because it is visible on many different pages). 73 // (because it is visible on many different pages).
75 views::View* search_box_spacer_view_; // Owned by views hierarchy. 74 views::View* search_box_spacer_view_; // Owned by views hierarchy.
76 75
77 views::View* instant_container_; // Owned by views hierarchy. 76 views::View* instant_container_; // Owned by views hierarchy.
78 CustomLauncherPageBackgroundView* 77 CustomLauncherPageBackgroundView*
79 custom_launcher_page_background_; // Owned by views hierarchy. 78 custom_launcher_page_background_; // Owned by views hierarchy.
80 IndicatorChipView* indicator_ = nullptr; // Owned by views hierarchy. 79 IndicatorChipView* indicator_ = nullptr; // Owned by views hierarchy.
81 SuggestionsContainerView* 80 SuggestionsContainerView*
82 suggestions_container_; // Owned by views hierarchy. 81 suggestions_container_; // Owned by views hierarchy.
83 ExpandArrowView* expand_arrow_view_ = nullptr; // Owned by views hierarchy.
84 82
85 const bool is_fullscreen_app_list_enabled_; 83 const bool is_fullscreen_app_list_enabled_;
86 84
87 DISALLOW_COPY_AND_ASSIGN(StartPageView); 85 DISALLOW_COPY_AND_ASSIGN(StartPageView);
88 }; 86 };
89 87
90 } // namespace app_list 88 } // namespace app_list
91 89
92 #endif // UI_APP_LIST_VIEWS_START_PAGE_VIEW_H_ 90 #endif // UI_APP_LIST_VIEWS_START_PAGE_VIEW_H_
OLDNEW
« no previous file with comments | « ui/app_list/views/expand_arrow_view.cc ('k') | ui/app_list/views/start_page_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698