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

Side by Side Diff: ash/common/system/tray/tray_popup_ink_drop_style.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
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef ASH_COMMON_SYSTEM_TRAY_TRAY_POPUP_INK_DROP_STYLE_H_
6 #define ASH_COMMON_SYSTEM_TRAY_TRAY_POPUP_INK_DROP_STYLE_H_
7
8 namespace ash {
9
10 // The different styles of ink drops applied to the system menu.
11 enum class TrayPopupInkDropStyle {
12 // Used for targets where the user doesn't need to know the exact targetable
13 // area and they are expected to target an icon centered in the targetable
14 // space. Highlight and ripple are drawn as a circle.
15 HOST_CENTERED,
16 // Used for targets where the user should know the targetable bounds but
17 // where the ink drop shouldn't fill the entire bounds. e.g. row of buttons
18 // separated with separators.
19 INSET_BOUNDS,
20 // Used for targets that should indicate to the user what the actual
21 // targetable bounds are. e.g. a full system menu row.
22 FILL_BOUNDS
23 };
24
25 } // namespace ash
26
27 #endif // ASH_COMMON_SYSTEM_TRAY_TRAY_POPUP_INK_DROP_STYLE_H_
OLDNEW
« no previous file with comments | « ash/common/system/tray/tray_popup_header_button.cc ('k') | ash/common/system/tray/tray_popup_item_container.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698