• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<resources>
2    <!-- Miscellaneous -->
3    <bool name="config_largeHeap">false</bool>
4
5    <integer name="extracted_color_gradient_alpha">153</integer>
6
7    <!-- A string pointer to the original app name string. This allows derived projects to
8     easily override the app name without providing all translations -->
9    <string name="derived_app_name" translatable="false">@string/app_name</string>
10
11    <!-- String representing the intent for search on the apps market. To specify a query, add
12    q=<query> to the data to the intent -->
13    <string name="market_search_intent" translatable="false">market://search?c=apps</string>
14
15    <!-- String representing the intent to delete a package.-->
16    <string name="delete_package_intent" translatable="false">#Intent;action=android.intent.action.DELETE;launchFlags=0x10800000;end</string>
17
18    <!-- String representing the fragment class for settings activity.-->
19    <string name="settings_fragment_name" translatable="false">com.android.launcher3.settings.SettingsActivity$LauncherSettingsFragment</string>
20
21    <!-- DragController -->
22    <item type="id" name="drag_event_parity" />
23
24    <!-- AllApps & Launcher transitions -->
25    <!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
26    <integer name="config_workspaceSpringLoadShrinkPercentage">85</integer>
27
28    <!-- The duration of the animation from search hint to text entry -->
29    <integer name="config_searchHintAnimationDuration">50</integer>
30
31    <!-- View tag key used to store SpringAnimation data. -->
32    <item type="id" name="spring_animation_tag" />
33
34    <!-- View tag key used to determine if we should fade in the child views.. -->
35    <string name="popup_container_iterate_children" translatable="false">popup_container_iterate_children</string>
36
37    <!-- Workspace -->
38    <!-- The duration (in ms) of the fade animation on the object outlines, used when
39         we are dragging objects around on the home screen. -->
40    <integer name="config_dragOutlineFadeTime">500</integer>
41
42    <!-- The alpha value at which to show the most recent drop visualization outline. -->
43    <integer name="config_dragOutlineMaxAlpha">255</integer>
44
45    <!-- Parameters controlling the animation for when an item is dropped on the home screen,
46         and it animates from its old position to the new one. -->
47    <integer name="config_dropAnimMinDuration">100</integer>
48    <integer name="config_dropAnimMaxDuration">500</integer>
49
50    <!-- The duration of the UserFolder opening and closing animation -->
51    <integer name="config_materialFolderExpandDuration">200</integer>
52    <integer name="config_folderDelay">30</integer>
53
54    <!-- The distance at which the animation should take the max duration -->
55    <integer name="config_dropAnimMaxDist">800</integer>
56
57    <!-- The duration of the caret animation -->
58    <integer name="config_caretAnimationDuration">200</integer>
59
60    <!-- Various classes overriden by projects/build flavors. -->
61    <string name="folder_name_provider_class" translatable="false"></string>
62    <string name="stats_log_manager_class" translatable="false"></string>
63    <string name="instant_app_resolver_class" translatable="false"></string>
64    <string name="main_process_initializer_class" translatable="false"></string>
65    <string name="app_launch_tracker_class" translatable="false"></string>
66    <string name="test_information_handler_class" translatable="false"></string>
67    <string name="launcher_activity_logic_class" translatable="false"></string>
68    <string name="model_delegate_class" translatable="false"></string>
69
70    <!-- View ID to use for QSB widget -->
71    <item type="id" name="qsb_widget" />
72
73    <!-- View ID used by cell layout to jail its content -->
74    <item type="id" name="cell_layout_jail_id" />
75
76    <!-- View IDs to store item highlight information -->
77    <item type="id" name="view_unhighlight_background" />
78
79    <!-- view ID used to restore work tab state -->
80    <item type="id" name="work_tab_state_id" />
81
82    <!-- Menu id for feature flags -->
83    <item type="id" name="menu_apply_flags" />
84
85    <!-- Default packages -->
86    <string name="wallpaper_picker_package" translatable="false"></string>
87    <string name="local_colors_extraction_class" translatable="false"></string>
88
89    <!-- Accessibility actions -->
90    <item type="id" name="action_remove" />
91    <item type="id" name="action_uninstall" />
92    <item type="id" name="action_reconfigure" />
93    <item type="id" name="action_add_to_workspace" />
94    <item type="id" name="action_move" />
95    <item type="id" name="action_move_to_workspace" />
96    <item type="id" name="action_move_screen_backwards" />
97    <item type="id" name="action_move_screen_forwards" />
98    <item type="id" name="action_resize" />
99    <item type="id" name="action_deep_shortcuts" />
100    <item type="id" name="action_shortcuts_and_notifications"/>
101    <item type="id" name="action_dismiss_notification" />
102    <item type="id" name="action_remote_action_shortcut" />
103    <item type="id" name="action_dismiss_prediction" />
104    <item type="id" name="action_pin_prediction"/>
105
106    <!-- QSB IDs. DO not change -->
107    <item type="id" name="search_container_workspace" />
108    <item type="id" name="search_container_all_apps" />
109    <item type="id" name="search_container_hotseat" />
110
111    <!-- Recents -->
112    <item type="id" name="overview_panel"/>
113
114    <!-- Whether to enable background preloading of task thumbnails. -->
115    <bool name="config_enableTaskSnapshotPreloading">true</bool>
116
117    <!-- Configuration resources -->
118    <item name="all_apps_spring_damping_ratio" type="dimen" format="float">0.75</item>
119    <item name="all_apps_spring_stiffness" type="dimen" format="float">600</item>
120
121    <item name="dismiss_task_trans_y_damping_ratio" type="dimen" format="float">0.73</item>
122    <item name="dismiss_task_trans_y_stiffness" type="dimen" format="float">800</item>
123
124    <item name="dismiss_task_trans_x_damping_ratio" type="dimen" format="float">0.73</item>
125    <item name="dismiss_task_trans_x_stiffness" type="dimen" format="float">800</item>
126
127    <item name="horizontal_spring_damping_ratio" type="dimen" format="float">0.8</item>
128    <item name="horizontal_spring_stiffness" type="dimen" format="float">250</item>
129
130    <item name="swipe_up_rect_scale_damping_ratio" type="dimen" format="float">0.75</item>
131    <item name="swipe_up_rect_scale_stiffness" type="dimen" format="float">200</item>
132
133    <item name="swipe_up_rect_xy_fling_friction" type="dimen" format="float">1.5</item>
134
135    <item name="swipe_up_scale_start"  type="dimen" format="float">0.88</item>
136    <item name="swipe_up_duration"  type="dimen" format="float">400</item>
137
138    <item name="swipe_up_trans_y_dp"  type="dimen" format="float">4.5</item>
139    <item name="swipe_up_trans_y_dp_per_s" type="dimen" format="float">3</item>
140
141    <item name="swipe_up_trans_y_damping" type="dimen" format="float">0.45</item>
142    <item name="swipe_up_trans_y_stiffness" type="dimen" format="float">200</item>
143
144    <item name="swipe_up_rect_xy_damping_ratio" type="dimen" format="float">0.8</item>
145    <item name="swipe_up_rect_xy_stiffness" type="dimen" format="float">200</item>
146
147
148    <item name="swipe_up_rect_2_x_damping_ratio" type="dimen" format="float">1</item>
149    <item name="swipe_up_rect_2_x_stiffness" type="dimen" format="float">250</item>
150
151    <item name="swipe_up_rect_2_y_damping_ratio" type="dimen" format="float">1</item>
152    <item name="swipe_up_rect_2_y_stiffness" type="dimen" format="float">600</item>
153
154    <item name="swipe_up_rect_2_y_stiffness_low_swipe_multiplier" type="dimen" format="float">0.8</item>
155    <item name="swipe_up_low_swipe_duration_multiplier"  type="dimen" format="float">1</item>
156
157    <item name="swipe_up_launcher_alpha_max_progress" type="dimen" format="float">0.85</item>
158
159
160    <item name="c1_a" type="dimen" format="float">0.05</item>
161    <item name="c1_b" type="dimen" format="float">0</item>
162    <item name="c1_c" type="dimen" format="float">0.133333</item>
163    <item name="c1_d" type="dimen" format="float">0.06</item>
164
165    <item name="mp_x" type="dimen" format="float">0.166666</item>
166    <item name="mp_y" type="dimen" format="float">.4</item>
167
168    <item name="c2_a" type="dimen" format="float">0.208333</item>
169    <item name="c2_b" type="dimen" format="float">.82</item>
170    <item name="c2_c" type="dimen" format="float">.25</item>
171    <item name="c2_d" type="dimen" format="float">1</item>
172
173
174    <item name="staggered_damping_ratio" type="dimen" format="float">0.7</item>
175    <item name="staggered_stiffness" type="dimen" format="float">150</item>
176    <dimen name="unlock_staggered_velocity_dp_per_s">4dp</dimen>
177
178    <item name="hint_scale_damping_ratio" type="dimen" format="float">0.7</item>
179    <item name="hint_scale_stiffness" type="dimen" format="float">200</item>
180    <dimen name="hint_scale_velocity_dp_per_s">0.3dp</dimen>
181
182    <!-- Swipe up to home related -->
183    <dimen name="swipe_up_fling_min_visible_change">18dp</dimen>
184    <dimen name="swipe_up_y_overshoot">10dp</dimen>
185    <dimen name="swipe_up_max_workspace_trans_y">-60dp</dimen>
186
187    <array name="dynamic_resources">
188        <item>@dimen/swipe_up_duration</item>
189        <item>@dimen/swipe_up_scale_start</item>
190        <item>@dimen/swipe_up_trans_y_dp</item>
191        <item>@dimen/swipe_up_trans_y_dp_per_s</item>
192        <item>@dimen/swipe_up_trans_y_damping</item>
193        <item>@dimen/swipe_up_trans_y_stiffness</item>
194        <item>@dimen/swipe_up_rect_2_x_damping_ratio</item>
195        <item>@dimen/swipe_up_rect_2_x_stiffness</item>
196        <item>@dimen/swipe_up_rect_2_y_damping_ratio</item>
197        <item>@dimen/swipe_up_rect_2_y_stiffness</item>
198        <item>@dimen/swipe_up_launcher_alpha_max_progress</item>
199        <item>@dimen/swipe_up_rect_2_y_stiffness_low_swipe_multiplier</item>
200        <item>@dimen/swipe_up_low_swipe_duration_multiplier</item>
201
202        <item>@dimen/c1_a</item>
203        <item>@dimen/c1_b</item>
204        <item>@dimen/c1_c</item>
205        <item>@dimen/c1_d</item>
206
207        <item>@dimen/mp_x</item>
208        <item>@dimen/mp_y</item>
209
210        <item>@dimen/c2_a</item>
211        <item>@dimen/c2_b</item>
212        <item>@dimen/c2_c</item>
213        <item>@dimen/c2_d</item>
214    </array>
215
216    <string-array name="filtered_components" ></string-array>
217
218    <!-- Name of the class used to generate colors from the wallpaper colors. Must be implementing the LauncherAppWidgetHostView.ColorGenerator interface. -->
219    <string name="color_generator_class" translatable="false"/>
220
221</resources>
222