config.xml 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. <resources>
  2. <!-- Miscellaneous -->
  3. <bool name="config_largeHeap">false</bool>
  4. <integer name="extracted_color_gradient_alpha">153</integer>
  5. <!-- A string pointer to the original app name string. This allows derived projects to
  6. easily override the app name without providing all translations -->
  7. <string name="derived_app_name" translatable="false">@string/app_name</string>
  8. <!-- String representing the intent for search on the apps market. To specify a query, add
  9. q=<query> to the data to the intent -->
  10. <string name="market_search_intent" translatable="false">market://search?c=apps</string>
  11. <!-- String representing the intent to delete a package.-->
  12. <string name="delete_package_intent" translatable="false">#Intent;action=android.intent.action.DELETE;launchFlags=0x10800000;end</string>
  13. <!-- String representing the fragment class for settings activity.-->
  14. <string name="settings_fragment_name" translatable="false">com.android.launcher3.settings.SettingsActivity$LauncherSettingsFragment</string>
  15. <!-- DragController -->
  16. <item type="id" name="drag_event_parity" />
  17. <!-- AllApps & Launcher transitions -->
  18. <!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
  19. <integer name="config_workspaceSpringLoadShrinkPercentage">85</integer>
  20. <!-- The duration of the animation from search hint to text entry -->
  21. <integer name="config_searchHintAnimationDuration">50</integer>
  22. <!-- View tag key used to store SpringAnimation data. -->
  23. <item type="id" name="spring_animation_tag" />
  24. <!-- View tag key used to determine if we should fade in the child views.. -->
  25. <string name="popup_container_iterate_children" translatable="false">popup_container_iterate_children</string>
  26. <!-- config used to determine if header protection is supported in AllApps -->
  27. <bool name="config_header_protection_supported">false</bool>
  28. <!-- Workspace -->
  29. <!-- The duration (in ms) of the fade animation on the object outlines, used when
  30. we are dragging objects around on the home screen. -->
  31. <integer name="config_dragOutlineFadeTime">500</integer>
  32. <!-- The alpha value at which to show the most recent drop visualization outline. -->
  33. <integer name="config_dragOutlineMaxAlpha">255</integer>
  34. <!-- Parameters controlling the animation for when an item is dropped on the home screen,
  35. and it animates from its old position to the new one. -->
  36. <integer name="config_dropAnimMinDuration">100</integer>
  37. <integer name="config_dropAnimMaxDuration">500</integer>
  38. <!-- The duration of the UserFolder opening and closing animation -->
  39. <integer name="config_materialFolderExpandDuration">200</integer>
  40. <integer name="config_folderDelay">30</integer>
  41. <!-- The distance at which the animation should take the max duration -->
  42. <integer name="config_dropAnimMaxDist">800</integer>
  43. <!-- The duration of the caret animation -->
  44. <integer name="config_caretAnimationDuration">200</integer>
  45. <!-- Various classes overriden by projects/build flavors. -->
  46. <string name="folder_name_provider_class" translatable="false"></string>
  47. <string name="stats_log_manager_class" translatable="false"></string>
  48. <string name="instant_app_resolver_class" translatable="false"></string>
  49. <string name="main_process_initializer_class" translatable="false"></string>
  50. <string name="app_launch_tracker_class" translatable="false"></string>
  51. <string name="test_information_handler_class" translatable="false"></string>
  52. <string name="launcher_activity_logic_class" translatable="false"></string>
  53. <string name="model_delegate_class" translatable="false"></string>
  54. <!-- View ID to use for QSB widget -->
  55. <item type="id" name="qsb_widget" />
  56. <!-- View ID used by cell layout to jail its content -->
  57. <item type="id" name="cell_layout_jail_id" />
  58. <!-- View IDs to store item highlight information -->
  59. <item type="id" name="view_unhighlight_background" />
  60. <!-- view ID used to restore work tab state -->
  61. <item type="id" name="work_tab_state_id" />
  62. <!-- Menu id for feature flags -->
  63. <item type="id" name="menu_apply_flags" />
  64. <!-- Default packages -->
  65. <string name="wallpaper_picker_package" translatable="false"></string>
  66. <string name="local_colors_extraction_class" translatable="false"></string>
  67. <!-- Accessibility actions -->
  68. <item type="id" name="action_remove" />
  69. <item type="id" name="action_uninstall" />
  70. <item type="id" name="action_reconfigure" />
  71. <item type="id" name="action_add_to_workspace" />
  72. <item type="id" name="action_move" />
  73. <item type="id" name="action_move_to_workspace" />
  74. <item type="id" name="action_move_screen_backwards" />
  75. <item type="id" name="action_move_screen_forwards" />
  76. <item type="id" name="action_resize" />
  77. <item type="id" name="action_deep_shortcuts" />
  78. <item type="id" name="action_shortcuts_and_notifications"/>
  79. <item type="id" name="action_dismiss_notification" />
  80. <item type="id" name="action_remote_action_shortcut" />
  81. <item type="id" name="action_dismiss_prediction" />
  82. <item type="id" name="action_pin_prediction"/>
  83. <!-- QSB IDs. DO not change -->
  84. <item type="id" name="search_container_workspace" />
  85. <item type="id" name="search_container_all_apps" />
  86. <item type="id" name="search_container_hotseat" />
  87. <!-- Recents -->
  88. <item type="id" name="overview_panel"/>
  89. <!-- Whether to enable background preloading of task thumbnails. -->
  90. <bool name="config_enableTaskSnapshotPreloading">true</bool>
  91. <!-- Configuration resources -->
  92. <item name="all_apps_spring_damping_ratio" type="dimen" format="float">0.75</item>
  93. <item name="all_apps_spring_stiffness" type="dimen" format="float">600</item>
  94. <item name="dismiss_task_trans_y_damping_ratio" type="dimen" format="float">0.73</item>
  95. <item name="dismiss_task_trans_y_stiffness" type="dimen" format="float">800</item>
  96. <item name="dismiss_task_trans_x_damping_ratio" type="dimen" format="float">0.73</item>
  97. <item name="dismiss_task_trans_x_stiffness" type="dimen" format="float">800</item>
  98. <item name="horizontal_spring_damping_ratio" type="dimen" format="float">0.8</item>
  99. <item name="horizontal_spring_stiffness" type="dimen" format="float">250</item>
  100. <item name="swipe_up_rect_scale_damping_ratio" type="dimen" format="float">0.75</item>
  101. <item name="swipe_up_rect_scale_stiffness" type="dimen" format="float">200</item>
  102. <item name="swipe_up_rect_xy_fling_friction" type="dimen" format="float">1.5</item>
  103. <item name="swipe_up_scale_start" type="dimen" format="float">0.88</item>
  104. <item name="swipe_up_trans_y_dp" type="dimen" format="float">4.5</item>
  105. <item name="swipe_up_trans_y_dp_per_s" type="dimen" format="float">3</item>
  106. <item name="swipe_up_trans_y_damping" type="dimen" format="float">0.45</item>
  107. <item name="swipe_up_trans_y_stiffness" type="dimen" format="float">200</item>
  108. <item name="swipe_up_rect_xy_damping_ratio" type="dimen" format="float">0.8</item>
  109. <item name="swipe_up_rect_xy_stiffness" type="dimen" format="float">200</item>
  110. <item name="swipe_up_low_swipe_duration_multiplier" type="dimen" format="float">1</item>
  111. <item name="swipe_up_launcher_alpha_max_progress" type="dimen" format="float">0.85</item>
  112. <item name="staggered_damping_ratio" type="dimen" format="float">0.7</item>
  113. <item name="staggered_stiffness" type="dimen" format="float">150</item>
  114. <dimen name="unlock_staggered_velocity_dp_per_s">2dp</dimen>
  115. <item name="hint_scale_damping_ratio" type="dimen" format="float">0.7</item>
  116. <item name="hint_scale_stiffness" type="dimen" format="float">200</item>
  117. <dimen name="hint_scale_velocity_dp_per_s">0.3dp</dimen>
  118. <!-- Swipe up to home related -->
  119. <dimen name="swipe_up_fling_min_visible_change">18dp</dimen>
  120. <dimen name="swipe_up_max_workspace_trans_y">-60dp</dimen>
  121. <dimen name="swipe_up_max_velocity">7.619dp</dimen>
  122. <array name="dynamic_resources">
  123. <item>@dimen/swipe_up_scale_start</item>
  124. <item>@dimen/swipe_up_trans_y_dp</item>
  125. <item>@dimen/swipe_up_trans_y_dp_per_s</item>
  126. <item>@dimen/swipe_up_trans_y_damping</item>
  127. <item>@dimen/swipe_up_trans_y_stiffness</item>
  128. <item>@dimen/swipe_up_launcher_alpha_max_progress</item>
  129. <item>@dimen/swipe_up_low_swipe_duration_multiplier</item>
  130. <item>@dimen/swipe_up_max_velocity</item>
  131. </array>
  132. <string-array name="filtered_components" ></string-array>
  133. <!-- Name of the class used to generate colors from the wallpaper colors. Must be implementing the LauncherAppWidgetHostView.ColorGenerator interface. -->
  134. <string name="color_generator_class" translatable="false"/>
  135. </resources>