blob: 67692d8fee002913caf7c677c4f4d74d2bc6f365 [file] [log] [blame]
Alina Zaidi334e6592021-03-11 16:10:27 +00001<?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 Song2cecad82021-05-17 00:33:54 -070018 <item type="id" name="apps_list_view_work" />
Sunny Goyal77acf122021-08-12 17:19:16 -070019 <item type="id" name="view_type_widgets_space" />
Alina Zaidi334e6592021-03-11 16:10:27 +000020 <item type="id" name="view_type_widgets_list" />
21 <item type="id" name="view_type_widgets_header" />
Shamali P1c173e92024-11-05 16:04:45 +000022 <item type="id" name="view_type_widgets_list_expand" />
Vinit Nayakf9572442021-11-18 17:42:35 -080023
Sunny Goyalbd07c052024-04-05 11:19:17 -070024 <!-- 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 Silva1b487612024-05-29 20:48:52 +010038 <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 Goyalbd07c052024-04-05 11:19:17 -070044
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 Nayakb974a862021-06-18 14:39:08 -070064
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 Desaief1a9b72023-03-17 15:30:25 -070069 <item type="id" name="close"/>
Vinit Nayakb974a862021-06-18 14:39:08 -070070 <item type="id" name="ime_switcher" />
71 <item type="id" name="accessibility_button" />
72 <item type="id" name="rotate_suggestion" />
Tracy Zhou419140a2024-01-30 11:16:13 -080073 <item type="id" name="space" />
Vinit Nayakb974a862021-06-18 14:39:08 -070074 <!-- /Do not change, must be kept in sync with sysui navbar button IDs for tests! -->
Daichi Hironodb5960d2021-09-01 00:28:50 +000075
76 <item type="id" name="quick_settings_button" />
77 <item type="id" name="notifications_button" />
Stefan Andonian28f61b52022-05-20 23:30:02 +000078 <item type="id" name="cache_entry_tag_id" />
Fengjiang Li37748242023-01-12 10:31:24 -080079
80 <item type="id" name="saved_clip_children_tag_id" />
Fengjiang Lic51363f2024-03-15 16:23:49 -070081 <item type="id" name="saved_clip_to_padding_tag_id" />
Sihua Ma914549b2023-01-06 13:47:10 -080082
83 <item type="id" name="saved_floating_widget_foreground" />
84 <item type="id" name="saved_floating_widget_background" />
Jagrut Desaief1a9b72023-03-17 15:30:25 -070085
Mady Mellorc62e3732023-08-22 12:50:29 -070086 <item type="id" name="dismiss_view" />
87
Himanshu Gupta08badb32023-11-01 12:34:19 +000088 <!-- 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 Goyalbd07c052024-04-05 11:19:17 -070094 <!-- 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 Zaidi334e6592021-03-11 16:10:27 +0000103</resources>