Daniel Sandler | 388f679 | 2010-03-02 14:08:08 -0500 | [diff] [blame] | 1 | <resources> |
Michael Jurka | f2ff7d9 | 2011-06-14 14:38:49 -0700 | [diff] [blame] | 2 | <bool name="config_hardwareAccelerated">true</bool> |
Adam Cohen | 56901eb | 2011-07-25 14:54:22 -0700 | [diff] [blame] | 3 | <bool name="config_largeHeap">false</bool> |
Andrew Flynn | 0dca1ec | 2012-02-29 13:33:22 -0800 | [diff] [blame] | 4 | <bool name="is_large_screen">false</bool> |
Adam Cohen | cb3f98e | 2012-04-24 14:24:35 -0700 | [diff] [blame] | 5 | <bool name="allow_rotation">false</bool> |
Winson Chung | a62e9fd | 2011-07-11 15:20:48 -0700 | [diff] [blame] | 6 | |
Winson Chung | 6e1bdaf | 2012-05-29 17:03:45 -0700 | [diff] [blame^] | 7 | <!-- DragController --> |
| 8 | <integer name="config_flingToDeleteMinVelocity">-1500</integer> |
| 9 | |
Winson Chung | 785d2eb | 2011-04-14 16:08:02 -0700 | [diff] [blame] | 10 | <!-- AllApps/Customize/AppsCustomize --> |
Winson Chung | 557d6ed | 2011-07-08 15:34:52 -0700 | [diff] [blame] | 11 | <!-- The alpha of the AppsCustomize bg in spring loaded mode --> |
| 12 | <integer name="config_appsCustomizeSpringLoadedBgAlpha">45</integer> |
Winson Chung | 6a3fd3f | 2011-08-02 14:03:26 -0700 | [diff] [blame] | 13 | <integer name="config_workspaceUnshrinkTime">300</integer> |
Winson Chung | b26f3d6 | 2011-06-02 10:49:29 -0700 | [diff] [blame] | 14 | <!-- Out of 100, the percent to shrink the workspace during spring loaded mode. --> |
| 15 | <integer name="config_workspaceSpringLoadShrinkPercentage">80</integer> |
Winson Chung | 785d2eb | 2011-04-14 16:08:02 -0700 | [diff] [blame] | 16 | |
| 17 | <!-- Fade/zoom in/out duration & scale in the AllApps transition. |
| 18 | Note: This should be less than the workspaceShrinkTime as they happen together. --> |
Adam Cohen | b64d36e | 2011-10-17 21:48:02 -0700 | [diff] [blame] | 19 | <integer name="config_appsCustomizeZoomInTime">350</integer> |
| 20 | <integer name="config_appsCustomizeZoomOutTime">600</integer> |
Adam Cohen | cff6af8 | 2011-09-13 14:51:53 -0700 | [diff] [blame] | 21 | <integer name="config_appsCustomizeZoomScaleFactor">7</integer> |
| 22 | <integer name="config_appsCustomizeFadeInTime">250</integer> |
| 23 | <integer name="config_appsCustomizeFadeOutTime">200</integer> |
Adam Cohen | 7777d96 | 2011-08-18 18:58:38 -0700 | [diff] [blame] | 24 | <integer name="config_appsCustomizeWorkspaceShrinkTime">300</integer> |
Adam Cohen | cff6af8 | 2011-09-13 14:51:53 -0700 | [diff] [blame] | 25 | <integer name="config_appsCustomizeWorkspaceAnimationStagger">40</integer> |
| 26 | <integer name="config_workspaceAppsCustomizeAnimationStagger">100</integer> |
Winson Chung | 785d2eb | 2011-04-14 16:08:02 -0700 | [diff] [blame] | 27 | |
| 28 | <!-- Tab transition animation duration --> |
Winson Chung | f8742be | 2011-08-22 16:19:31 -0700 | [diff] [blame] | 29 | <integer name="config_tabTransitionDuration">250</integer> |
Winson Chung | 785d2eb | 2011-04-14 16:08:02 -0700 | [diff] [blame] | 30 | |
| 31 | <!-- The slope, in percent, of the drag movement needed to drag an item out of |
| 32 | AppsCustomize (y / x * 100%) --> |
| 33 | <integer name="config_appsCustomizeDragSlopeThreshold">150</integer> |
| 34 | |
Winson Chung | 785d2eb | 2011-04-14 16:08:02 -0700 | [diff] [blame] | 35 | <!-- Batch loading for loading in LauncherModel --> |
| 36 | <integer name="config_allAppsBatchLoadDelay">0</integer> |
| 37 | <integer name="config_allAppsBatchSize">0</integer> |
| 38 | |
| 39 | <!-- Workspace --> |
Winson Chung | a62e9fd | 2011-07-11 15:20:48 -0700 | [diff] [blame] | 40 | <!-- Whether or not the drop targets drop down as opposed to fade in --> |
| 41 | <bool name="config_useDropTargetDownTransition">true</bool> |
Winson Chung | 2b8e445 | 2011-08-26 18:12:08 -0700 | [diff] [blame] | 42 | <!-- Whether or not to fade the side pages --> |
| 43 | <bool name="config_workspaceFadeAdjacentScreens">false</bool> |
Winson Chung | a62e9fd | 2011-07-11 15:20:48 -0700 | [diff] [blame] | 44 | |
Winson Chung | 61fa419 | 2011-06-12 15:15:29 -0700 | [diff] [blame] | 45 | <!-- The transition duration for the background of the drop targets --> |
Winson Chung | 043f2af | 2012-03-01 16:09:54 -0800 | [diff] [blame] | 46 | <integer name="config_dropTargetBgTransitionDuration">0</integer> |
Winson Chung | 61fa419 | 2011-06-12 15:15:29 -0700 | [diff] [blame] | 47 | |
Patrick Dubroy | 046e7eb | 2010-10-06 12:14:43 -0700 | [diff] [blame] | 48 | <!-- The duration (in ms) of the fade animation on the object outlines, used when |
| 49 | we are dragging objects around on the home screen. --> |
| 50 | <integer name="config_dragOutlineFadeTime">900</integer> |
| 51 | |
| 52 | <!-- The alpha value at which to show the most recent drop visualization outline. --> |
Joe Onorato | 4be866d | 2010-10-10 11:26:02 -0700 | [diff] [blame] | 53 | <integer name="config_dragOutlineMaxAlpha">128</integer> |
Patrick Dubroy | ce34a97 | 2010-10-19 10:34:32 -0700 | [diff] [blame] | 54 | |
| 55 | <!-- Parameters controlling the animation for when an item is dropped on the home screen, |
| 56 | and it animates from its old position to the new one. --> |
Winson Chung | 61b0c69 | 2012-02-23 16:31:13 -0800 | [diff] [blame] | 57 | <integer name="config_dropAnimMinDuration">100</integer> |
Adam Cohen | 8dfcba4 | 2011-07-07 16:38:18 -0700 | [diff] [blame] | 58 | <integer name="config_dropAnimMaxDuration">500</integer> |
Patrick Dubroy | ce34a97 | 2010-10-19 10:34:32 -0700 | [diff] [blame] | 59 | |
Adam Cohen | 7f4eabe | 2011-04-21 16:19:16 -0700 | [diff] [blame] | 60 | <!-- The duration of the UserFolder opening and closing animation --> |
Adam Cohen | 3e8f811 | 2011-07-02 18:03:00 -0700 | [diff] [blame] | 61 | <integer name="config_folderAnimDuration">120</integer> |
Adam Cohen | 7f4eabe | 2011-04-21 16:19:16 -0700 | [diff] [blame] | 62 | |
Patrick Dubroy | ce34a97 | 2010-10-19 10:34:32 -0700 | [diff] [blame] | 63 | <!-- The distance at which the animation should take the max duration --> |
| 64 | <integer name="config_dropAnimMaxDist">800</integer> |
Adam Lesinski | 2a898a0 | 2010-12-09 21:04:15 -0800 | [diff] [blame] | 65 | |
Winson Chung | 867ca62 | 2012-02-21 15:48:35 -0800 | [diff] [blame] | 66 | <!-- Properties controlling the workspace fade-out during dragging --> |
| 67 | <integer name="config_dragFadeOutAlpha">80</integer> |
| 68 | <integer name="config_dragFadeOutDuration">250</integer> |
| 69 | |
Adam Cohen | 78dc83e | 2011-11-15 17:10:00 -0800 | [diff] [blame] | 70 | <!-- Folder max bounds and max number of items. Note: folder_max_count_x * folder_max_count_y |
| 71 | >= folder_max_num_items. When these are set to -1, they are automatically determined. --> |
| 72 | <integer name="folder_max_count_x">4</integer> |
| 73 | <integer name="folder_max_count_y">4</integer> |
| 74 | <integer name="folder_max_num_items">16</integer> |
Andrew Flynn | 0dca1ec | 2012-02-29 13:33:22 -0800 | [diff] [blame] | 75 | |
| 76 | <integer name="cell_count_x">4</integer> |
| 77 | <integer name="cell_count_y">4</integer> |
| 78 | <integer name="hotseat_cell_count">5</integer> |
| 79 | <integer name="hotseat_all_apps_index">2</integer> |
Daniel Sandler | 388f679 | 2010-03-02 14:08:08 -0500 | [diff] [blame] | 80 | </resources> |