2010-03-02 14:08:08 -05:00
<resources >
2019-10-24 15:59:49 -07:00
<!-- Miscellaneous -->
2011-07-25 14:54:22 -07:00
<bool name= "config_largeHeap" > false</bool>
2011-07-11 15:20:48 -07:00
2017-08-21 12:32:42 -07:00
<integer name= "extracted_color_gradient_alpha" > 153</integer>
2017-07-27 10:21:50 -07:00
2017-05-07 11:56:00 -07:00
<!-- String representing the intent for search on the apps market. To specify a query, add
q=<query > to the data to the intent -->
<string name= "market_search_intent" translatable= "false" > market://search?c=apps</string>
2017-08-23 12:13:24 -07:00
<!-- String representing the intent to delete a package. -->
<string name= "delete_package_intent" translatable= "false" > #Intent;action=android.intent.action.DELETE;launchFlags=0x10800000;end</string>
2018-06-27 15:47:49 -07:00
<!-- String representing the fragment class for settings activity. -->
2018-10-24 16:20:37 -07:00
<string name= "settings_fragment_name" translatable= "false" > com.android.launcher3.settings.SettingsActivity$LauncherSettingsFragment</string>
2018-06-27 15:47:49 -07:00
2019-10-24 15:59:49 -07:00
<!-- DragController -->
2015-05-26 18:56:52 -07:00
<item type= "id" name= "drag_event_parity" />
2012-05-29 17:03:45 -07:00
2019-10-24 15:59:49 -07:00
<!-- AllApps & Launcher transitions -->
2011-06-02 10:49:29 -07:00
<!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
2021-02-25 10:45:20 -05:00
<integer name= "config_workspaceSpringLoadShrinkPercentage" > 85</integer>
2011-04-14 16:08:02 -07:00
2016-07-13 14:24:18 -07:00
<!-- The duration of the animation from search hint to text entry -->
<integer name= "config_searchHintAnimationDuration" > 50</integer>
2017-06-06 15:41:21 -07:00
<!-- View tag key used to store SpringAnimation data. -->
<item type= "id" name= "spring_animation_tag" />
2021-06-01 21:26:10 -07:00
<!-- View tag key used to determine if we should fade in the child views.. -->
<string name= "popup_container_iterate_children" translatable= "false" > popup_container_iterate_children</string>
2021-08-23 22:44:11 -07:00
<!-- config used to determine if header protection is supported in AllApps -->
<bool name= "config_header_protection_supported" > false</bool>
2019-10-24 15:59:49 -07:00
<!-- Workspace -->
2010-10-06 12:14:43 -07:00
<!-- The duration (in ms) of the fade animation on the object outlines, used when
we are dragging objects around on the home screen. -->
2021-04-29 15:56:13 -07:00
<integer name= "config_dragOutlineFadeTime" > 500</integer>
2010-10-06 12:14:43 -07:00
<!-- The alpha value at which to show the most recent drop visualization outline. -->
2021-02-22 11:03:58 -08:00
<integer name= "config_dragOutlineMaxAlpha" > 255</integer>
2010-10-19 10:34:32 -07:00
<!-- Parameters controlling the animation for when an item is dropped on the home screen,
and it animates from its old position to the new one. -->
2012-02-23 16:31:13 -08:00
<integer name= "config_dropAnimMinDuration" > 100</integer>
2011-07-07 16:38:18 -07:00
<integer name= "config_dropAnimMaxDuration" > 500</integer>
2010-10-19 10:34:32 -07:00
2011-04-21 16:19:16 -07:00
<!-- The duration of the UserFolder opening and closing animation -->
2014-08-18 18:54:10 -07:00
<integer name= "config_materialFolderExpandDuration" > 200</integer>
2017-03-23 10:17:55 -07:00
<integer name= "config_folderDelay" > 30</integer>
2011-04-21 16:19:16 -07:00
2010-10-19 10:34:32 -07:00
<!-- The distance at which the animation should take the max duration -->
<integer name= "config_dropAnimMaxDist" > 800</integer>
2010-12-09 21:04:15 -08:00
2016-07-13 14:04:13 -07:00
<!-- The duration of the caret animation -->
<integer name= "config_caretAnimationDuration" > 200</integer>
2018-08-15 16:07:31 -07:00
<!-- Various classes overriden by projects/build flavors. -->
2020-01-26 23:25:14 -08:00
<string name= "folder_name_provider_class" translatable= "false" > </string>
2018-10-25 14:09:50 -07:00
<string name= "stats_log_manager_class" translatable= "false" > </string>
2017-08-28 15:29:18 -07:00
<string name= "instant_app_resolver_class" translatable= "false" > </string>
2018-02-09 10:57:12 -08:00
<string name= "main_process_initializer_class" translatable= "false" > </string>
2019-03-26 15:03:57 -07:00
<string name= "app_launch_tracker_class" translatable= "false" > </string>
2019-05-23 00:50:08 -07:00
<string name= "test_information_handler_class" translatable= "false" > </string>
2019-08-06 09:48:36 -07:00
<string name= "launcher_activity_logic_class" translatable= "false" > </string>
2020-07-27 17:50:33 -07:00
<string name= "model_delegate_class" translatable= "false" > </string>
2018-02-09 10:57:12 -08:00
2015-08-27 15:30:25 -07:00
<!-- View ID to use for QSB widget -->
<item type= "id" name= "qsb_widget" />
2015-08-27 17:45:46 -07:00
<!-- View ID used by cell layout to jail its content -->
<item type= "id" name= "cell_layout_jail_id" />
2016-09-28 16:47:32 -07:00
2017-11-02 18:55:44 -07:00
<!-- View IDs to store item highlight information -->
<item type= "id" name= "view_unhighlight_background" />
2021-06-17 11:34:20 -05:00
<!-- view ID used to restore work tab state -->
<item type= "id" name= "work_tab_state_id" />
2018-10-24 16:20:37 -07:00
<!-- Menu id for feature flags -->
<item type= "id" name= "menu_apply_flags" />
2019-10-24 15:59:49 -07:00
<!-- Default packages -->
<string name= "wallpaper_picker_package" translatable= "false" > </string>
2021-02-16 20:58:35 +00:00
<string name= "local_colors_extraction_class" translatable= "false" > </string>
2019-10-24 15:59:49 -07:00
<!-- Accessibility actions -->
2015-01-08 16:59:04 -08:00
<item type= "id" name= "action_remove" />
<item type= "id" name= "action_uninstall" />
2018-03-05 19:39:21 +00:00
<item type= "id" name= "action_reconfigure" />
2015-01-08 16:59:04 -08:00
<item type= "id" name= "action_add_to_workspace" />
2015-01-23 16:11:55 -08:00
<item type= "id" name= "action_move" />
2015-04-29 16:30:23 -07:00
<item type= "id" name= "action_move_to_workspace" />
2015-05-04 15:50:25 -07:00
<item type= "id" name= "action_move_screen_backwards" />
<item type= "id" name= "action_move_screen_forwards" />
2015-04-29 14:57:22 -07:00
<item type= "id" name= "action_resize" />
2016-07-25 13:54:32 -07:00
<item type= "id" name= "action_deep_shortcuts" />
2018-05-04 17:58:29 -07:00
<item type= "id" name= "action_shortcuts_and_notifications" />
2017-05-10 21:23:57 -05:00
<item type= "id" name= "action_dismiss_notification" />
2018-10-15 14:01:04 -07:00
<item type= "id" name= "action_remote_action_shortcut" />
2020-02-03 20:22:54 -08:00
<item type= "id" name= "action_dismiss_prediction" />
2020-04-01 11:40:40 -07:00
<item type= "id" name= "action_pin_prediction" />
2017-06-27 11:11:03 -07:00
2019-10-24 15:59:49 -07:00
<!-- QSB IDs. DO not change -->
2017-06-27 11:11:03 -07:00
<item type= "id" name= "search_container_workspace" />
<item type= "id" name= "search_container_all_apps" />
2020-12-02 13:48:18 -06:00
<item type= "id" name= "search_container_hotseat" />
2017-06-27 11:11:03 -07:00
2019-10-24 15:59:49 -07:00
<!-- Recents -->
2018-04-11 17:19:08 -07:00
<item type= "id" name= "overview_panel" />
2019-11-08 13:43:58 -08:00
2020-02-18 16:20:27 -08:00
<!-- Whether to enable background preloading of task thumbnails. -->
<bool name= "config_enableTaskSnapshotPreloading" > true</bool>
2019-11-08 13:43:58 -08:00
<!-- Configuration resources -->
2020-03-02 13:18:55 -08:00
<item name= "all_apps_spring_damping_ratio" type= "dimen" format= "float" > 0.75</item>
<item name= "all_apps_spring_stiffness" type= "dimen" format= "float" > 600</item>
2020-04-17 12:05:21 -07:00
<item name= "dismiss_task_trans_y_damping_ratio" type= "dimen" format= "float" > 0.73</item>
<item name= "dismiss_task_trans_y_stiffness" type= "dimen" format= "float" > 800</item>
2020-03-02 13:18:55 -08:00
2020-04-17 12:05:21 -07:00
<item name= "dismiss_task_trans_x_damping_ratio" type= "dimen" format= "float" > 0.73</item>
<item name= "dismiss_task_trans_x_stiffness" type= "dimen" format= "float" > 800</item>
2020-03-02 13:18:55 -08:00
2020-04-10 13:38:14 -07:00
<item name= "horizontal_spring_damping_ratio" type= "dimen" format= "float" > 0.8</item>
2020-04-28 14:38:54 -07:00
<item name= "horizontal_spring_stiffness" type= "dimen" format= "float" > 250</item>
2020-03-02 13:18:55 -08:00
2020-03-04 10:21:17 -08:00
<item name= "swipe_up_rect_scale_damping_ratio" type= "dimen" format= "float" > 0.75</item>
<item name= "swipe_up_rect_scale_stiffness" type= "dimen" format= "float" > 200</item>
<item name= "swipe_up_rect_xy_fling_friction" type= "dimen" format= "float" > 1.5</item>
2021-04-13 09:34:29 -04:00
2021-05-14 13:07:43 -07:00
<item name= "swipe_up_scale_start" type= "dimen" format= "float" > 0.88</item>
2021-04-13 09:34:29 -04:00
2021-05-11 21:15:41 -07:00
<item name= "swipe_up_trans_y_dp" type= "dimen" format= "float" > 4.5</item>
2021-04-13 09:34:29 -04:00
<item name= "swipe_up_trans_y_dp_per_s" type= "dimen" format= "float" > 3</item>
2021-05-11 21:15:41 -07:00
<item name= "swipe_up_trans_y_damping" type= "dimen" format= "float" > 0.45</item>
2021-04-13 09:34:29 -04:00
<item name= "swipe_up_trans_y_stiffness" type= "dimen" format= "float" > 200</item>
2020-03-04 10:21:17 -08:00
<item name= "swipe_up_rect_xy_damping_ratio" type= "dimen" format= "float" > 0.8</item>
2021-05-03 15:58:43 -07:00
<item name= "swipe_up_rect_xy_stiffness" type= "dimen" format= "float" > 200</item>
2021-04-13 09:34:29 -04:00
<item name= "swipe_up_low_swipe_duration_multiplier" type= "dimen" format= "float" > 1</item>
<item name= "swipe_up_launcher_alpha_max_progress" type= "dimen" format= "float" > 0.85</item>
2020-03-02 13:18:55 -08:00
<item name= "staggered_damping_ratio" type= "dimen" format= "float" > 0.7</item>
<item name= "staggered_stiffness" type= "dimen" format= "float" > 150</item>
2021-09-01 14:26:00 -07:00
<dimen name= "unlock_staggered_velocity_dp_per_s" > 2dp</dimen>
2020-03-02 13:18:55 -08:00
2020-06-18 13:03:01 -07:00
<item name= "hint_scale_damping_ratio" type= "dimen" format= "float" > 0.7</item>
<item name= "hint_scale_stiffness" type= "dimen" format= "float" > 200</item>
<dimen name= "hint_scale_velocity_dp_per_s" > 0.3dp</dimen>
2020-03-04 10:21:17 -08:00
<!-- Swipe up to home related -->
<dimen name= "swipe_up_fling_min_visible_change" > 18dp</dimen>
<dimen name= "swipe_up_max_workspace_trans_y" > -60dp</dimen>
2021-09-14 13:59:07 -07:00
<dimen name= "swipe_up_max_velocity" > 7.619dp</dimen>
2020-03-04 10:21:17 -08:00
2020-03-02 13:18:55 -08:00
<array name= "dynamic_resources" >
2021-04-13 09:34:29 -04:00
<item > @dimen/swipe_up_scale_start</item>
<item > @dimen/swipe_up_trans_y_dp</item>
<item > @dimen/swipe_up_trans_y_dp_per_s</item>
<item > @dimen/swipe_up_trans_y_damping</item>
<item > @dimen/swipe_up_trans_y_stiffness</item>
<item > @dimen/swipe_up_launcher_alpha_max_progress</item>
<item > @dimen/swipe_up_low_swipe_duration_multiplier</item>
2021-09-14 13:59:07 -07:00
<item > @dimen/swipe_up_max_velocity</item>
2020-03-02 13:18:55 -08:00
</array>
2020-03-19 13:19:31 -07:00
2020-08-25 23:22:18 -07:00
<string-array name= "filtered_components" > </string-array>
2021-02-16 20:58:35 +00:00
<!-- Name of the class used to generate colors from the wallpaper colors. Must be implementing the LauncherAppWidgetHostView.ColorGenerator interface. -->
<string name= "color_generator_class" translatable= "false" />
2010-03-02 14:08:08 -05:00
</resources>