OSDN Git Service

Merge "Fixing overlay scroll state not getting reset properly when scrolling is was...
[android-x86/packages-apps-Launcher3.git] / res / values / config.xml
1 <resources>
2 <!-- Dynamic Grid -->
3     <!-- Out of 100, the percent of space the overview bar should try and take vertically. -->
4     <integer name="config_dynamic_grid_overview_icon_zone_percentage">20</integer>
5
6 <!-- Miscellaneous -->
7     <bool name="config_largeHeap">false</bool>
8     <bool name="is_tablet">false</bool>
9     <bool name="is_large_tablet">false</bool>
10     <bool name="allow_rotation">false</bool>
11
12     <!-- A string pointer to the original app name string. This allows derived projects to
13      easily override the app name without providing all translations -->
14     <string name="derived_app_name" translatable="false">@string/app_name</string>
15
16 <!-- DragController -->
17     <item type="id" name="drag_event_parity" />
18
19 <!-- AllApps & Launcher transitions -->
20     <!-- The alpha of the AppsCustomize bg in spring loaded mode -->
21     <integer name="config_workspaceScrimAlpha">30</integer>
22     <integer name="config_allAppsTransitionTime">100</integer>
23     <integer name="config_overviewTransitionTime">250</integer>
24
25     <!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
26     <integer name="config_workspaceSpringLoadShrinkPercentage">90</integer>
27     <!-- Out of 100, the percent to shrink the workspace during overview mode. -->
28     <integer name="config_workspaceOverviewShrinkPercentage">70</integer>
29
30     <!-- Fade/zoom in/out duration & scale in a Launcher overlay transition.
31          Note: This should be less than the config_overlayTransitionTime as they happen together. -->
32     <integer name="config_overlayRevealTime">220</integer>
33     <integer name="config_overlaySlideRevealTime">320</integer>
34     <integer name="config_overlayTransitionTime">300</integer>
35     <integer name="config_overlayItemsAlphaStagger">60</integer>
36
37     <!-- This constant stores the ratio of the all apps button drawable which
38          is used for internal (baked-in) padding -->
39     <integer name="config_allAppsButtonPaddingPercent">17</integer>
40
41     <!-- The duration of the animation from search hint to text entry -->
42     <integer name="config_searchHintAnimationDuration">50</integer>
43
44 <!-- Workspace -->
45     <!-- The duration (in ms) of the fade animation on the object outlines, used when
46          we are dragging objects around on the home screen. -->
47     <integer name="config_dragOutlineFadeTime">900</integer>
48
49     <!-- The alpha value at which to show the most recent drop visualization outline. -->
50     <integer name="config_dragOutlineMaxAlpha">128</integer>
51
52     <!-- Parameters controlling the animation for when an item is dropped on the home screen,
53          and it animates from its old position to the new one. -->
54     <integer name="config_dropAnimMinDuration">100</integer>
55     <integer name="config_dropAnimMaxDuration">500</integer>
56
57     <!-- The duration of the UserFolder opening and closing animation -->
58     <integer name="config_folderExpandDuration">120</integer>
59     <integer name="config_materialFolderExpandDuration">200</integer>
60     <integer name="config_materialFolderExpandStagger">60</integer>
61
62     <!-- The distance at which the animation should take the max duration -->
63     <integer name="config_dropAnimMaxDist">800</integer>
64
65     <!-- The duration of the caret animation -->
66     <integer name="config_caretAnimationDuration">200</integer>
67
68 <!-- Hotseat -->
69     <bool name="hotseat_transpose_layout_with_orientation">true</bool>
70
71     <!-- Name of a subclass of com.android.launcher3.AppFilter used to
72          filter the activities shown in the launcher. Can be empty. -->
73     <string name="app_filter_class" translatable="false"></string>
74
75     <!-- List of package names that com.android.launcher3.action.LAUNCH
76      should be targeting. Can be empty. -->
77     <array name="launch_broadcast_targets" translatable="false"></array>
78
79     <!-- Name of an icon provider class. -->
80     <string name="icon_provider_class" translatable="false"></string>
81
82     <!-- Package name of the default wallpaper picker. -->
83     <string name="wallpaper_picker_package" translatable="false"></string>
84
85     <!-- View ID to use for QSB widget -->
86     <item type="id" name="qsb_widget" />
87
88     <!-- View ID to use for blocked area on the first screen -->
89     <item type="id" name="workspace_blocked_row" />
90
91     <!-- View ID used by cell layout to jail its content -->
92     <item type="id" name="cell_layout_jail_id" />
93
94 <!-- Deep shortcuts -->
95     <integer name="config_deepShortcutOpenDuration">220</integer>
96     <integer name="config_deepShortcutOpenStagger">40</integer>
97     <integer name="config_deepShortcutCloseDuration">150</integer>
98     <integer name="config_deepShortcutCloseStagger">20</integer>
99
100 <!-- Accessibility actions -->
101     <item type="id" name="action_remove" />
102     <item type="id" name="action_uninstall" />
103     <item type="id" name="action_info" />
104     <item type="id" name="action_add_to_workspace" />
105     <item type="id" name="action_move" />
106     <item type="id" name="action_move_to_workspace" />
107     <item type="id" name="action_move_screen_backwards" />
108     <item type="id" name="action_move_screen_forwards" />
109     <item type="id" name="action_resize" />
110     <item type="id" name="action_deep_shortcuts" />
111 </resources>