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

Side by Side Diff: ui/app_list/app_list_constants.h

Issue 573703003: Make experimental app launcher show 4 rows of apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dragging_without_grid_resize
Patch Set: address comments Created 6 years, 3 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 | « no previous file | ui/app_list/app_list_constants.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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_APP_LIST_CONSTANTS_H_ 5 #ifndef UI_APP_LIST_APP_LIST_CONSTANTS_H_
6 #define UI_APP_LIST_APP_LIST_CONSTANTS_H_ 6 #define UI_APP_LIST_APP_LIST_CONSTANTS_H_
7 7
8 #include "third_party/skia/include/core/SkColor.h" 8 #include "third_party/skia/include/core/SkColor.h"
9 #include "ui/app_list/app_list_export.h" 9 #include "ui/app_list/app_list_export.h"
10 #include "ui/base/resource/resource_bundle.h" 10 #include "ui/base/resource/resource_bundle.h"
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 APP_LIST_EXPORT extern const gfx::Tween::Type kFolderFadeInTweenType; 44 APP_LIST_EXPORT extern const gfx::Tween::Type kFolderFadeInTweenType;
45 APP_LIST_EXPORT extern const gfx::Tween::Type kFolderFadeOutTweenType; 45 APP_LIST_EXPORT extern const gfx::Tween::Type kFolderFadeOutTweenType;
46 46
47 APP_LIST_EXPORT extern const int kPreferredCols; 47 APP_LIST_EXPORT extern const int kPreferredCols;
48 APP_LIST_EXPORT extern const int kPreferredRows; 48 APP_LIST_EXPORT extern const int kPreferredRows;
49 APP_LIST_EXPORT extern const int kGridIconDimension; 49 APP_LIST_EXPORT extern const int kGridIconDimension;
50 50
51 APP_LIST_EXPORT extern const int kListIconSize; 51 APP_LIST_EXPORT extern const int kListIconSize;
52 APP_LIST_EXPORT extern const int kTileIconSize; 52 APP_LIST_EXPORT extern const int kTileIconSize;
53 53
54 APP_LIST_EXPORT extern const int kCenteredPreferredCols;
55 APP_LIST_EXPORT extern const int kCenteredPreferredRows;
56
54 APP_LIST_EXPORT extern const int kExperimentalPreferredCols; 57 APP_LIST_EXPORT extern const int kExperimentalPreferredCols;
55 APP_LIST_EXPORT extern const int kExperimentalPreferredRows; 58 APP_LIST_EXPORT extern const int kExperimentalPreferredRows;
56 59
57 APP_LIST_EXPORT extern const int kReorderDroppingCircleRadius; 60 APP_LIST_EXPORT extern const int kReorderDroppingCircleRadius;
58 61
59 APP_LIST_EXPORT extern const int kContentsSwitcherSeparatorHeight; 62 APP_LIST_EXPORT extern const int kContentsSwitcherSeparatorHeight;
60 63
61 APP_LIST_EXPORT extern size_t kMaxFolderItems; 64 APP_LIST_EXPORT extern size_t kMaxFolderItems;
62 APP_LIST_EXPORT extern const size_t kNumFolderTopItems; 65 APP_LIST_EXPORT extern const size_t kNumFolderTopItems;
63 APP_LIST_EXPORT extern const size_t kMaxFolderNameChars; 66 APP_LIST_EXPORT extern const size_t kMaxFolderNameChars;
64 67
65 APP_LIST_EXPORT extern const ui::ResourceBundle::FontStyle kItemTextFontStyle; 68 APP_LIST_EXPORT extern const ui::ResourceBundle::FontStyle kItemTextFontStyle;
66 69
67 #if defined(OS_LINUX) 70 #if defined(OS_LINUX)
68 // The WM_CLASS name for the app launcher window on Linux. 71 // The WM_CLASS name for the app launcher window on Linux.
69 APP_LIST_EXPORT extern const char kAppListWMClass[]; 72 APP_LIST_EXPORT extern const char kAppListWMClass[];
70 #endif 73 #endif
71 74
72 } // namespace app_list 75 } // namespace app_list
73 76
74 #endif // UI_APP_LIST_APP_LIST_CONSTANTS_H_ 77 #endif // UI_APP_LIST_APP_LIST_CONSTANTS_H_
OLDNEW
« no previous file with comments | « no previous file | ui/app_list/app_list_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698