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

Side by Side Diff: ash/shelf/shelf_constants.h

Issue 2734653002: chromeos: Move files in //ash/common to //ash (Closed)
Patch Set: fix a11y tests, fix docs 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
« no previous file with comments | « ash/shelf/shelf_button_pressed_metric_tracker_unittest.cc ('k') | ash/shelf/shelf_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 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 #ifndef ASH_COMMON_SHELF_SHELF_CONSTANTS_H_ 5 #ifndef ASH_SHELF_SHELF_CONSTANTS_H_
6 #define ASH_COMMON_SHELF_SHELF_CONSTANTS_H_ 6 #define ASH_SHELF_SHELF_CONSTANTS_H_
7 7
8 #include "ash/ash_export.h" 8 #include "ash/ash_export.h"
9 #include "third_party/skia/include/core/SkColor.h" 9 #include "third_party/skia/include/core/SkColor.h"
10 10
11 namespace ash { 11 namespace ash {
12 12
13 enum ShelfConstant { 13 enum ShelfConstant {
14 // Size of the shelf when visible (height when the shelf is horizontal and 14 // Size of the shelf when visible (height when the shelf is horizontal and
15 // width when the shelf is vertical). 15 // width when the shelf is vertical).
16 SHELF_SIZE, 16 SHELF_SIZE,
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 // The radius of the circular material design app list button. 72 // The radius of the circular material design app list button.
73 extern const int kAppListButtonRadius; 73 extern const int kAppListButtonRadius;
74 74
75 // The direction of the focus cycling. 75 // The direction of the focus cycling.
76 enum CycleDirection { CYCLE_FORWARD, CYCLE_BACKWARD }; 76 enum CycleDirection { CYCLE_FORWARD, CYCLE_BACKWARD };
77 77
78 ASH_EXPORT int GetShelfConstant(ShelfConstant shelf_constant); 78 ASH_EXPORT int GetShelfConstant(ShelfConstant shelf_constant);
79 79
80 } // namespace ash 80 } // namespace ash
81 81
82 #endif // ASH_COMMON_SHELF_SHELF_CONSTANTS_H_ 82 #endif // ASH_SHELF_SHELF_CONSTANTS_H_
OLDNEW
« no previous file with comments | « ash/shelf/shelf_button_pressed_metric_tracker_unittest.cc ('k') | ash/shelf/shelf_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698