OSDN Git Service

Launcher shortcuts animations update.
[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 <!-- DragController -->
13     <item type="id" name="drag_event_parity" />
14
15 <!-- AllApps & Launcher transitions -->
16     <!-- The alpha of the AppsCustomize bg in spring loaded mode -->
17     <integer name="config_workspaceScrimAlpha">30</integer>
18     <integer name="config_allAppsTransitionTime">100</integer>
19     <integer name="config_overviewTransitionTime">250</integer>
20
21     <!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
22     <integer name="config_workspaceSpringLoadShrinkPercentage">90</integer>
23     <!-- Out of 100, the percent to shrink the workspace during overview mode. -->
24     <integer name="config_workspaceOverviewShrinkPercentage">70</integer>
25
26     <!-- Fade/zoom in/out duration & scale in a Launcher overlay transition.
27          Note: This should be less than the config_overlayTransitionTime as they happen together. -->
28     <integer name="config_overlayRevealTime">220</integer>
29     <integer name="config_overlaySlideRevealTime">320</integer>
30     <integer name="config_overlayTransitionTime">300</integer>
31     <integer name="config_overlayItemsAlphaStagger">60</integer>
32
33     <!-- This constant stores the ratio of the all apps button drawable which
34          is used for internal (baked-in) padding -->
35     <integer name="config_allAppsButtonPaddingPercent">17</integer>
36
37     <!-- The duration of the animation from search hint to text entry -->
38     <integer name="config_searchHintAnimationDuration">50</integer>
39
40 <!-- Workspace -->
41     <!-- The duration (in ms) of the fade animation on the object outlines, used when
42          we are dragging objects around on the home screen. -->
43     <integer name="config_dragOutlineFadeTime">900</integer>
44
45     <!-- The alpha value at which to show the most recent drop visualization outline. -->
46     <integer name="config_dragOutlineMaxAlpha">128</integer>
47
48     <!-- Parameters controlling the animation for when an item is dropped on the home screen,
49          and it animates from its old position to the new one. -->
50     <integer name="config_dropAnimMinDuration">100</integer>
51     <integer name="config_dropAnimMaxDuration">500</integer>
52
53     <!-- The duration of the UserFolder opening and closing animation -->
54     <integer name="config_folderExpandDuration">120</integer>
55     <integer name="config_materialFolderExpandDuration">200</integer>
56     <integer name="config_materialFolderExpandStagger">60</integer>
57
58     <!-- The distance at which the animation should take the max duration -->
59     <integer name="config_dropAnimMaxDist">800</integer>
60
61     <!-- The duration of the caret animation -->
62     <integer name="config_caretAnimationDuration">200</integer>
63
64 <!-- Hotseat -->
65     <bool name="hotseat_transpose_layout_with_orientation">true</bool>
66
67     <!-- Name of a subclass of com.android.launcher3.AppFilter used to
68          filter the activities shown in the launcher. Can be empty. -->
69     <string name="app_filter_class" translatable="false"></string>
70
71     <!-- List of package names that com.android.launcher3.action.LAUNCH
72      should be targeting. Can be empty. -->
73     <array name="launch_broadcast_targets" translatable="false"></array>
74
75     <!-- Name of an icon provider class. -->
76     <string name="icon_provider_class" translatable="false"></string>
77
78     <!-- Package name of the default wallpaper picker. -->
79     <string name="wallpaper_picker_package" translatable="false"></string>
80
81     <!-- View ID to use for QSB widget -->
82     <item type="id" name="qsb_widget" />
83
84     <!-- View ID to use for blocked area on the first screen -->
85     <item type="id" name="workspace_blocked_row" />
86
87     <!-- View ID used by cell layout to jail its content -->
88     <item type="id" name="cell_layout_jail_id" />
89
90 <!-- Deep shortcuts -->
91     <integer name="config_deepShortcutOpenDuration">220</integer>
92     <integer name="config_deepShortcutOpenStagger">40</integer>
93     <integer name="config_deepShortcutCloseDuration">150</integer>
94     <integer name="config_deepShortcutCloseStagger">20</integer>
95
96 <!-- Accessibility actions -->
97     <item type="id" name="action_remove" />
98     <item type="id" name="action_uninstall" />
99     <item type="id" name="action_info" />
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 </resources>