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

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

Issue 2453133002: [ash-md] Makes Wi-Fi header row sticky when network list is scrolled (Closed)
Patch Set: [ash-md] Makes Wi-Fi header row sticky when network list is scrolled (back to range) 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 77
78 // Color and width of a line used to separate tray items in the shelf. 78 // Color and width of a line used to separate tray items in the shelf.
79 extern const SkColor kSeparatorColor; 79 extern const SkColor kSeparatorColor;
80 extern const int kSeparatorWidth; 80 extern const int kSeparatorWidth;
81 81
82 // The color and height of the horizontal separator used in the material design 82 // The color and height of the horizontal separator used in the material design
83 // system menu (i.e., the vertical line used to separate elements horizontally). 83 // system menu (i.e., the vertical line used to separate elements horizontally).
84 extern const SkColor kHorizontalSeparatorColor; 84 extern const SkColor kHorizontalSeparatorColor;
85 extern const int kHorizontalSeparatorHeight; 85 extern const int kHorizontalSeparatorHeight;
86 86
87 // View ID that is used to mark sticky header rows in a scroll view.
88 extern const int kHeaderRowId;
89
87 // The size and foreground color of the icons appearing in the material design 90 // The size and foreground color of the icons appearing in the material design
88 // system tray. 91 // system tray.
89 extern const int kTrayIconSize; 92 extern const int kTrayIconSize;
90 extern const SkColor kTrayIconColor; 93 extern const SkColor kTrayIconColor;
91 94
92 // The size and foreground color of the icons appearing in the material design 95 // The size and foreground color of the icons appearing in the material design
93 // system menu. 96 // system menu.
94 extern const int kMenuIconSize; 97 extern const int kMenuIconSize;
95 extern const SkColor kMenuIconColor; 98 extern const SkColor kMenuIconColor;
96 extern const SkColor kMenuIconColorDisabled; 99 extern const SkColor kMenuIconColorDisabled;
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 int GetTrayConstant(TrayConstant constant); 160 int GetTrayConstant(TrayConstant constant);
158 161
159 namespace test { 162 namespace test {
160 const int kSettingsTrayItemViewId = 10000; 163 const int kSettingsTrayItemViewId = 10000;
161 const int kAccessibilityTrayItemViewId = 10001; 164 const int kAccessibilityTrayItemViewId = 10001;
162 } // namespace test 165 } // namespace test
163 166
164 } // namespace ash 167 } // namespace ash
165 168
166 #endif // ASH_COMMON_SYSTEM_TRAY_TRAY_CONSTANTS_H_ 169 #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