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

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

Issue 2793153004: [Ash] Remove non-MD code from ImeListView and ImeListItemView (Closed)
Patch Set: Created 3 years, 8 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 (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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 // before the transition starts. 62 // before the transition starts.
63 ASH_EXPORT extern const int kTrayDetailedViewTransitionDelayMs; 63 ASH_EXPORT extern const int kTrayDetailedViewTransitionDelayMs;
64 64
65 // Padding used on right side of labels to keep minimum distance to the next 65 // Padding used on right side of labels to keep minimum distance to the next
66 // item. This applies to all labels in the system menu. 66 // item. This applies to all labels in the system menu.
67 extern const int kTrayPopupLabelRightPadding; 67 extern const int kTrayPopupLabelRightPadding;
68 68
69 extern const int kTrayPopupDetailsIconWidth; 69 extern const int kTrayPopupDetailsIconWidth;
70 extern const int kTrayPopupDetailsLabelExtraLeftMargin; 70 extern const int kTrayPopupDetailsLabelExtraLeftMargin;
71 extern const SkColor kTrayPopupHoverBackgroundColor; 71 extern const SkColor kTrayPopupHoverBackgroundColor;
72 extern const int kTrayPopupScrollSeparatorHeight;
73 extern const int kTrayRoundedBorderRadius; 72 extern const int kTrayRoundedBorderRadius;
74 73
75 // The width of ToggleButton views including any border padding. 74 // The width of ToggleButton views including any border padding.
76 extern const int kTrayToggleButtonWidth; 75 extern const int kTrayToggleButtonWidth;
77 76
78 extern const SkColor kBackgroundColor; 77 extern const SkColor kBackgroundColor;
79 extern const SkColor kHoverBackgroundColor; 78 extern const SkColor kHoverBackgroundColor;
80 extern const SkColor kPublicAccountUserCardTextColor; 79 extern const SkColor kPublicAccountUserCardTextColor;
81 extern const SkColor kPublicAccountUserCardNameColor; 80 extern const SkColor kPublicAccountUserCardNameColor;
82 81
83 extern const SkColor kHeaderBackgroundColor; 82 extern const SkColor kHeaderBackgroundColor;
84 83
85 extern const SkColor kBorderDarkColor;
86 extern const SkColor kBorderLightColor;
87 extern const SkColor kButtonStrokeColor;
88
89 extern const SkColor kHeaderTextColorNormal; 84 extern const SkColor kHeaderTextColorNormal;
90 extern const SkColor kHeaderTextColorHover; 85 extern const SkColor kHeaderTextColorHover;
91 86
92 extern const int kTrayPopupMinWidth; 87 extern const int kTrayPopupMinWidth;
93 extern const int kTrayPopupMaxWidth; 88 extern const int kTrayPopupMaxWidth;
94 extern const int kNotificationIconWidth; 89 extern const int kNotificationIconWidth;
95 extern const int kNotificationButtonWidth; 90 extern const int kNotificationButtonWidth;
96 extern const int kTrayNotificationContentsWidth; 91 extern const int kTrayNotificationContentsWidth;
97 92
98 // Extra padding used to adjust hitting region around tray items. 93 // Extra padding used to adjust hitting region around tray items.
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 extern const int kTrayPopupSystemInfoRowHeight; 143 extern const int kTrayPopupSystemInfoRowHeight;
149 144
150 namespace test { 145 namespace test {
151 const int kSettingsTrayItemViewId = 10000; 146 const int kSettingsTrayItemViewId = 10000;
152 const int kAccessibilityTrayItemViewId = 10001; 147 const int kAccessibilityTrayItemViewId = 10001;
153 } // namespace test 148 } // namespace test
154 149
155 } // namespace ash 150 } // namespace ash
156 151
157 #endif // ASH_COMMON_SYSTEM_TRAY_TRAY_CONSTANTS_H_ 152 #endif // ASH_COMMON_SYSTEM_TRAY_TRAY_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698