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

Side by Side Diff: ash/common/system/tray/tray_constants.h

Issue 2506133003: [ash-md] Allows ToggleButton to have a border and adds focus rectangle (Closed)
Patch Set: [ash-md] Allows ToggleButton to have a border and adds focus rectangle (rebase) Created 4 years, 1 month 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 (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 ASH_COMMON_SYSTEM_TRAY_TRAY_CONSTANTS_H_ 5 #ifndef ASH_COMMON_SYSTEM_TRAY_TRAY_CONSTANTS_H_
6 #define ASH_COMMON_SYSTEM_TRAY_TRAY_CONSTANTS_H_ 6 #define ASH_COMMON_SYSTEM_TRAY_TRAY_CONSTANTS_H_
7 7
8 #include "ash/ash_export.h" 8 #include "ash/ash_export.h"
9 9
10 typedef unsigned int SkColor; 10 typedef unsigned int SkColor;
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 // Padding used on right side of labels to keep minimum distance to the next 52 // Padding used on right side of labels to keep minimum distance to the next
53 // item. This applies to all labels in the system menu. 53 // item. This applies to all labels in the system menu.
54 extern const int kTrayPopupLabelRightPadding; 54 extern const int kTrayPopupLabelRightPadding;
55 55
56 extern const int kTrayPopupDetailsIconWidth; 56 extern const int kTrayPopupDetailsIconWidth;
57 extern const int kTrayPopupDetailsLabelExtraLeftMargin; 57 extern const int kTrayPopupDetailsLabelExtraLeftMargin;
58 extern const SkColor kTrayPopupHoverBackgroundColor; 58 extern const SkColor kTrayPopupHoverBackgroundColor;
59 extern const int kTrayPopupScrollSeparatorHeight; 59 extern const int kTrayPopupScrollSeparatorHeight;
60 extern const int kTrayRoundedBorderRadius; 60 extern const int kTrayRoundedBorderRadius;
61 61
62 // The width of ToggleButton views including any border padding.
63 extern const int kTrayToggleButtonWidth;
64
62 extern const SkColor kBackgroundColor; 65 extern const SkColor kBackgroundColor;
63 extern const SkColor kHoverBackgroundColor; 66 extern const SkColor kHoverBackgroundColor;
64 extern const SkColor kPublicAccountBackgroundColor; 67 extern const SkColor kPublicAccountBackgroundColor;
65 extern const SkColor kPublicAccountUserCardTextColor; 68 extern const SkColor kPublicAccountUserCardTextColor;
66 extern const SkColor kPublicAccountUserCardNameColor; 69 extern const SkColor kPublicAccountUserCardNameColor;
67 70
68 extern const SkColor kHeaderBackgroundColor; 71 extern const SkColor kHeaderBackgroundColor;
69 72
70 extern const SkColor kBorderDarkColor; 73 extern const SkColor kBorderDarkColor;
71 extern const SkColor kBorderLightColor; 74 extern const SkColor kBorderLightColor;
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 int GetTrayConstant(TrayConstant constant); 190 int GetTrayConstant(TrayConstant constant);
188 191
189 namespace test { 192 namespace test {
190 const int kSettingsTrayItemViewId = 10000; 193 const int kSettingsTrayItemViewId = 10000;
191 const int kAccessibilityTrayItemViewId = 10001; 194 const int kAccessibilityTrayItemViewId = 10001;
192 } // namespace test 195 } // namespace test
193 196
194 } // namespace ash 197 } // namespace ash
195 198
196 #endif // ASH_COMMON_SYSTEM_TRAY_TRAY_CONSTANTS_H_ 199 #endif // ASH_COMMON_SYSTEM_TRAY_TRAY_CONSTANTS_H_
OLDNEW
« no previous file with comments | « ash/common/system/chromeos/network/network_list_md.cc ('k') | ash/common/system/tray/tray_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698