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