| OLD | NEW |
| 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_SHELL_WINDOW_IDS_H_ | 5 #ifndef ASH_SHELL_WINDOW_IDS_H_ |
| 6 #define ASH_SHELL_WINDOW_IDS_H_ | 6 #define ASH_SHELL_WINDOW_IDS_H_ |
| 7 | 7 |
| 8 // Declarations of ids of special shell windows. | 8 // Declarations of ids of special shell windows. |
| 9 | 9 |
| 10 namespace ash { | 10 namespace ash { |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 // by PowerButtonController for animating lower-level containers. | 29 // by PowerButtonController for animating lower-level containers. |
| 30 const int kShellWindowId_LockScreenRelatedContainersContainer = 2; | 30 const int kShellWindowId_LockScreenRelatedContainersContainer = 2; |
| 31 | 31 |
| 32 // A container used for windows of WINDOW_TYPE_CONTROL that have no parent. | 32 // A container used for windows of WINDOW_TYPE_CONTROL that have no parent. |
| 33 // This container is not visible. | 33 // This container is not visible. |
| 34 const int kShellWindowId_UnparentedControlContainer = 3; | 34 const int kShellWindowId_UnparentedControlContainer = 3; |
| 35 | 35 |
| 36 // The desktop background window. | 36 // The desktop background window. |
| 37 const int kShellWindowId_DesktopBackgroundContainer = 4; | 37 const int kShellWindowId_DesktopBackgroundContainer = 4; |
| 38 | 38 |
| 39 // The virtual keyboard container. |
| 40 const int kShellWindowId_VirtualKeyboardContainer = 5; |
| 41 |
| 39 // TODO(sky): rename kShellWindowId_DefaultContainer. | 42 // TODO(sky): rename kShellWindowId_DefaultContainer. |
| 40 | 43 |
| 41 // The container for standard top-level windows. | 44 // The container for standard top-level windows. |
| 42 // WARNING: the only children of kShellWindowId_DefaultContainer are | 45 // WARNING: the only children of kShellWindowId_DefaultContainer are |
| 43 // kShellWindowId_WorkspaceContainer. | 46 // kShellWindowId_WorkspaceContainer. |
| 44 const int kShellWindowId_DefaultContainer = 5; | 47 const int kShellWindowId_DefaultContainer = 6; |
| 45 | 48 |
| 46 // Used by Worskpace2 for each workspace. Contains standard top-level windows. | 49 // Used by Worskpace2 for each workspace. Contains standard top-level windows. |
| 47 // WARNING: there may be more than one container with this id. | 50 // WARNING: there may be more than one container with this id. |
| 48 const int kShellWindowId_WorkspaceContainer = 6; | 51 const int kShellWindowId_WorkspaceContainer = 7; |
| 49 | 52 |
| 50 // The container for top-level windows with the 'always-on-top' flag set. | 53 // The container for top-level windows with the 'always-on-top' flag set. |
| 51 const int kShellWindowId_AlwaysOnTopContainer = 7; | 54 const int kShellWindowId_AlwaysOnTopContainer = 8; |
| 52 | 55 |
| 53 // The container for windows docked to either side of the desktop. | 56 // The container for windows docked to either side of the desktop. |
| 54 const int kShellWindowId_DockedContainer = 8; | 57 const int kShellWindowId_DockedContainer = 9; |
| 55 | 58 |
| 56 // The container for panel windows. | 59 // The container for panel windows. |
| 57 const int kShellWindowId_PanelContainer = 9; | 60 const int kShellWindowId_PanelContainer = 10; |
| 58 | 61 |
| 59 // The container for the shelf. | 62 // The container for the shelf. |
| 60 const int kShellWindowId_ShelfContainer = 10; | 63 const int kShellWindowId_ShelfContainer = 11; |
| 61 | 64 |
| 62 // The container for the app list. | 65 // The container for the app list. |
| 63 const int kShellWindowId_AppListContainer = 11; | 66 const int kShellWindowId_AppListContainer = 12; |
| 64 | 67 |
| 65 // The container for user-specific modal windows. | 68 // The container for user-specific modal windows. |
| 66 const int kShellWindowId_SystemModalContainer = 12; | 69 const int kShellWindowId_SystemModalContainer = 13; |
| 67 | 70 |
| 68 // The container for input method components such like candidate windows. They | 71 // The container for input method components such like candidate windows. They |
| 69 // are almost panels but have no activations/focus, and they should appear over | 72 // are almost panels but have no activations/focus, and they should appear over |
| 70 // the AppList and SystemModal dialogs. | 73 // the AppList and SystemModal dialogs. |
| 71 const int kShellWindowId_InputMethodContainer = 13; | 74 const int kShellWindowId_InputMethodContainer = 14; |
| 72 | 75 |
| 73 // The container for the lock screen background. | 76 // The container for the lock screen background. |
| 74 const int kShellWindowId_LockScreenBackgroundContainer = 14; | 77 const int kShellWindowId_LockScreenBackgroundContainer = 15; |
| 75 | 78 |
| 76 // The container for the lock screen. | 79 // The container for the lock screen. |
| 77 const int kShellWindowId_LockScreenContainer = 15; | 80 const int kShellWindowId_LockScreenContainer = 16; |
| 78 | 81 |
| 79 // The container for the lock screen modal windows. | 82 // The container for the lock screen modal windows. |
| 80 const int kShellWindowId_LockSystemModalContainer = 16; | 83 const int kShellWindowId_LockSystemModalContainer = 17; |
| 81 | 84 |
| 82 // The container for the status area. | 85 // The container for the status area. |
| 83 const int kShellWindowId_StatusContainer = 17; | 86 const int kShellWindowId_StatusContainer = 18; |
| 84 | 87 |
| 85 // The container for menus. | 88 // The container for menus. |
| 86 const int kShellWindowId_MenuContainer = 18; | 89 const int kShellWindowId_MenuContainer = 19; |
| 87 | 90 |
| 88 // The container for drag/drop images and tooltips. | 91 // The container for drag/drop images and tooltips. |
| 89 const int kShellWindowId_DragImageAndTooltipContainer = 19; | 92 const int kShellWindowId_DragImageAndTooltipContainer = 20; |
| 90 | 93 |
| 91 // The container for bubbles briefly overlaid onscreen to show settings changes | 94 // The container for bubbles briefly overlaid onscreen to show settings changes |
| 92 // (volume, brightness, etc.). | 95 // (volume, brightness, etc.). |
| 93 const int kShellWindowId_SettingBubbleContainer = 20; | 96 const int kShellWindowId_SettingBubbleContainer = 21; |
| 94 | 97 |
| 95 // The container for special components overlaid onscreen, such as the | 98 // The container for special components overlaid onscreen, such as the |
| 96 // region selector for partial screenshots. | 99 // region selector for partial screenshots. |
| 97 const int kShellWindowId_OverlayContainer = 21; | 100 const int kShellWindowId_OverlayContainer = 22; |
| 98 | 101 |
| 99 // ID of the window created by PhantomWindowController or DragWindowController. | 102 // ID of the window created by PhantomWindowController or DragWindowController. |
| 100 const int kShellWindowId_PhantomWindow = 22; | 103 const int kShellWindowId_PhantomWindow = 23; |
| 101 | 104 |
| 102 // The topmost container, used for power off animation. | 105 // The topmost container, used for power off animation. |
| 103 const int kShellWindowId_PowerButtonAnimationContainer = 23; | 106 const int kShellWindowId_PowerButtonAnimationContainer = 24; |
| 104 | 107 |
| 105 } // namespace internal | 108 } // namespace internal |
| 106 | 109 |
| 107 } // namespace ash | 110 } // namespace ash |
| 108 | 111 |
| 109 | 112 |
| 110 #endif // ASH_SHELL_WINDOW_IDS_H_ | 113 #endif // ASH_SHELL_WINDOW_IDS_H_ |
| OLD | NEW |