config.xml 8.8 KB

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