Alina Zaidi | 334e659 | 2021-03-11 16:10:27 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | Copyright (C) 2020 The Android Open Source Project |
| 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | --> |
| 17 | <resources> |
Hyunyoung Song | 2cecad8 | 2021-05-17 00:33:54 -0700 | [diff] [blame] | 18 | <item type="id" name="apps_list_view_work" /> |
Sunny Goyal | 77acf12 | 2021-08-12 17:19:16 -0700 | [diff] [blame] | 19 | <item type="id" name="view_type_widgets_space" /> |
Alina Zaidi | 334e659 | 2021-03-11 16:10:27 +0000 | [diff] [blame] | 20 | <item type="id" name="view_type_widgets_list" /> |
| 21 | <item type="id" name="view_type_widgets_header" /> |
Shamali P | 1c173e9 | 2024-11-05 16:04:45 +0000 | [diff] [blame] | 22 | <item type="id" name="view_type_widgets_list_expand" /> |
Vinit Nayak | f957244 | 2021-11-18 17:42:35 -0800 | [diff] [blame] | 23 | |
Sunny Goyal | bd07c05 | 2024-04-05 11:19:17 -0700 | [diff] [blame] | 24 | <!-- Accessibility actions --> |
| 25 | <item type="id" name="action_remove" /> |
| 26 | <item type="id" name="action_uninstall" /> |
| 27 | <item type="id" name="action_reconfigure" /> |
| 28 | <item type="id" name="action_add_to_workspace" /> |
| 29 | <item type="id" name="action_move" /> |
| 30 | <item type="id" name="action_move_to_workspace" /> |
| 31 | <item type="id" name="action_move_screen_backwards" /> |
| 32 | <item type="id" name="action_move_screen_forwards" /> |
| 33 | <item type="id" name="action_resize" /> |
| 34 | <item type="id" name="action_deep_shortcuts" /> |
| 35 | <item type="id" name="action_remote_action_shortcut" /> |
| 36 | <item type="id" name="action_dismiss_prediction" /> |
| 37 | <item type="id" name="action_pin_prediction"/> |
Jordan Silva | 1b48761 | 2024-05-29 20:48:52 +0100 | [diff] [blame] | 38 | <item type="id" name="action_close"/> |
| 39 | <!-- Used for A11y actions in staged split to identify each task uniquely --> |
| 40 | <item type="id" name="action_app_info_top_left" /> |
| 41 | <item type="id" name="action_app_info_bottom_right" /> |
| 42 | <item type="id" name="action_digital_wellbeing_top_left" /> |
| 43 | <item type="id" name="action_digital_wellbeing_bottom_right" /> |
Sunny Goyal | bd07c05 | 2024-04-05 11:19:17 -0700 | [diff] [blame] | 44 | |
| 45 | <!-- QSB IDs. DO not change --> |
| 46 | <item type="id" name="search_container_workspace" /> |
| 47 | <item type="id" name="search_container_all_apps" /> |
| 48 | <item type="id" name="search_container_hotseat" /> |
| 49 | |
| 50 | <!-- View ID to use for QSB widget --> |
| 51 | <item type="id" name="qsb_widget" /> |
| 52 | |
| 53 | <!-- View ID used by cell layout to jail its content --> |
| 54 | <item type="id" name="cell_layout_jail_id" /> |
| 55 | |
| 56 | <!-- View IDs to store item highlight information --> |
| 57 | <item type="id" name="view_unhighlight_background" /> |
| 58 | |
| 59 | <!-- view ID used to restore work tab state --> |
| 60 | <item type="id" name="work_tab_state_id" /> |
| 61 | |
| 62 | <!-- Menu id for feature flags --> |
| 63 | <item type="id" name="menu_apply_flags" /> |
Vinit Nayak | b974a86 | 2021-06-18 14:39:08 -0700 | [diff] [blame] | 64 | |
| 65 | <!-- Do not change, must be kept in sync with sysui navbar button IDs for tests! --> |
| 66 | <item type="id" name="home" /> |
| 67 | <item type="id" name="recent_apps" /> |
| 68 | <item type="id" name="back" /> |
Jagrut Desai | ef1a9b7 | 2023-03-17 15:30:25 -0700 | [diff] [blame] | 69 | <item type="id" name="close"/> |
Vinit Nayak | b974a86 | 2021-06-18 14:39:08 -0700 | [diff] [blame] | 70 | <item type="id" name="ime_switcher" /> |
| 71 | <item type="id" name="accessibility_button" /> |
| 72 | <item type="id" name="rotate_suggestion" /> |
Tracy Zhou | 419140a | 2024-01-30 11:16:13 -0800 | [diff] [blame] | 73 | <item type="id" name="space" /> |
Vinit Nayak | b974a86 | 2021-06-18 14:39:08 -0700 | [diff] [blame] | 74 | <!-- /Do not change, must be kept in sync with sysui navbar button IDs for tests! --> |
Daichi Hirono | db5960d | 2021-09-01 00:28:50 +0000 | [diff] [blame] | 75 | |
| 76 | <item type="id" name="quick_settings_button" /> |
| 77 | <item type="id" name="notifications_button" /> |
Stefan Andonian | 28f61b5 | 2022-05-20 23:30:02 +0000 | [diff] [blame] | 78 | <item type="id" name="cache_entry_tag_id" /> |
Fengjiang Li | 3774824 | 2023-01-12 10:31:24 -0800 | [diff] [blame] | 79 | |
| 80 | <item type="id" name="saved_clip_children_tag_id" /> |
Fengjiang Li | c51363f | 2024-03-15 16:23:49 -0700 | [diff] [blame] | 81 | <item type="id" name="saved_clip_to_padding_tag_id" /> |
Sihua Ma | 914549b | 2023-01-06 13:47:10 -0800 | [diff] [blame] | 82 | |
| 83 | <item type="id" name="saved_floating_widget_foreground" /> |
| 84 | <item type="id" name="saved_floating_widget_background" /> |
Jagrut Desai | ef1a9b7 | 2023-03-17 15:30:25 -0700 | [diff] [blame] | 85 | |
Mady Mellor | c62e373 | 2023-08-22 12:50:29 -0700 | [diff] [blame] | 86 | <item type="id" name="dismiss_view" /> |
| 87 | |
Himanshu Gupta | 08badb3 | 2023-11-01 12:34:19 +0000 | [diff] [blame] | 88 | <!-- Private Space parameters --> |
| 89 | <item type="id" name="ps_container_header" /> |
| 90 | <item type="id" name="ps_lock_unlock_button" /> |
| 91 | <item type="id" name="ps_settings_button" /> |
| 92 | <item type="id" name="ps_transition_image" /> |
| 93 | |
Sunny Goyal | bd07c05 | 2024-04-05 11:19:17 -0700 | [diff] [blame] | 94 | <!-- Recents --> |
| 95 | <item type="id" name="overview_panel"/> |
| 96 | |
| 97 | <!-- DragController --> |
| 98 | <item type="id" name="drag_event_parity" /> |
| 99 | |
| 100 | <!-- View tag key used to store SpringAnimation data. --> |
| 101 | <item type="id" name="spring_animation_tag" /> |
| 102 | |
Alina Zaidi | 334e659 | 2021-03-11 16:10:27 +0000 | [diff] [blame] | 103 | </resources> |