OSDN Git Service

Merge "Adding TransformingTouchDelegate to allow transforming touch events before...
[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_overlayTransitionTime">300</integer>
30     <integer name="config_overlayItemsAlphaStagger">60</integer>
31
32     <!-- This constant stores the ratio of the all apps button drawable which
33          is used for internal (baked-in) padding -->
34     <integer name="config_allAppsButtonPaddingPercent">17</integer>
35
36     <!-- The duration of the animation from search hint to text entry -->
37     <integer name="config_searchHintAnimationDuration">50</integer>
38
39 <!-- Workspace -->
40     <!-- The duration (in ms) of the fade animation on the object outlines, used when
41          we are dragging objects around on the home screen. -->
42     <integer name="config_dragOutlineFadeTime">900</integer>
43
44     <!-- The alpha value at which to show the most recent drop visualization outline. -->
45     <integer name="config_dragOutlineMaxAlpha">128</integer>
46
47     <!-- Parameters controlling the animation for when an item is dropped on the home screen,
48          and it animates from its old position to the new one. -->
49     <integer name="config_dropAnimMinDuration">100</integer>
50     <integer name="config_dropAnimMaxDuration">500</integer>
51
52     <!-- The duration of the UserFolder opening and closing animation -->
53     <integer name="config_folderExpandDuration">120</integer>
54     <integer name="config_materialFolderExpandDuration">200</integer>
55     <integer name="config_materialFolderExpandStagger">60</integer>
56
57     <!-- The distance at which the animation should take the max duration -->
58     <integer name="config_dropAnimMaxDist">800</integer>
59
60     <!-- The duration of the caret animation -->
61     <integer name="config_caretAnimationDuration">200</integer>
62
63 <!-- Hotseat -->
64     <bool name="hotseat_transpose_layout_with_orientation">true</bool>
65
66     <!-- Name of a subclass of com.android.launcher3.AppFilter used to
67          filter the activities shown in the launcher. Can be empty. -->
68     <string name="app_filter_class" translatable="false"></string>
69
70     <!-- List of package names that com.android.launcher3.action.LAUNCH
71      should be targeting. Can be empty. -->
72     <array name="launch_broadcast_targets" translatable="false"></array>
73
74     <!-- Name of an icon provider class. -->
75     <string name="icon_provider_class" translatable="false"></string>
76
77     <!-- Package name of the default wallpaper picker. -->
78     <string name="wallpaper_picker_package" translatable="false"></string>
79
80     <!-- View ID to use for QSB widget -->
81     <item type="id" name="qsb_widget" />
82
83     <!-- View ID to use for blocked area on the first screen -->
84     <item type="id" name="workspace_blocked_row" />
85
86     <!-- View ID used by cell layout to jail its content -->
87     <item type="id" name="cell_layout_jail_id" />
88
89 <!-- Deep shortcuts -->
90     <integer name="config_deepShortcutOpenDuration">300</integer>
91     <integer name="config_deepShortcutOpenStagger">20</integer>
92     <integer name="config_deepShortcutHoverDuration">120</integer>
93
94 <!-- Accessibility actions -->
95     <item type="id" name="action_remove" />
96     <item type="id" name="action_uninstall" />
97     <item type="id" name="action_info" />
98     <item type="id" name="action_add_to_workspace" />
99     <item type="id" name="action_move" />
100     <item type="id" name="action_move_to_workspace" />
101     <item type="id" name="action_move_screen_backwards" />
102     <item type="id" name="action_move_screen_forwards" />
103     <item type="id" name="action_resize" />
104     <item type="id" name="action_deep_shortcuts" />
105 </resources>