blob: 381ef1b25ca4e00b854951b0f102ab9075933add [file] [log] [blame]
Daniel Sandler388f6792010-03-02 14:08:08 -05001<resources>
Adam Cohen56901eb2011-07-25 14:54:22 -07002 <bool name="config_largeHeap">false</bool>
Andrew Flynn0dca1ec2012-02-29 13:33:22 -08003 <bool name="is_large_screen">false</bool>
Adam Cohencb3f98e2012-04-24 14:24:35 -07004 <bool name="allow_rotation">false</bool>
Winson Chunga62e9fd2011-07-11 15:20:48 -07005
Winson Chung6e1bdaf2012-05-29 17:03:45 -07006<!-- DragController -->
7 <integer name="config_flingToDeleteMinVelocity">-1500</integer>
8
Winson Chung785d2eb2011-04-14 16:08:02 -07009<!-- AllApps/Customize/AppsCustomize -->
Winson Chung557d6ed2011-07-08 15:34:52 -070010 <!-- The alpha of the AppsCustomize bg in spring loaded mode -->
11 <integer name="config_appsCustomizeSpringLoadedBgAlpha">45</integer>
Winson Chung6a3fd3f2011-08-02 14:03:26 -070012 <integer name="config_workspaceUnshrinkTime">300</integer>
Winson Chungb26f3d62011-06-02 10:49:29 -070013 <!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
14 <integer name="config_workspaceSpringLoadShrinkPercentage">80</integer>
Winson Chung785d2eb2011-04-14 16:08:02 -070015
16 <!-- Fade/zoom in/out duration & scale in the AllApps transition.
17 Note: This should be less than the workspaceShrinkTime as they happen together. -->
Adam Cohenb64d36e2011-10-17 21:48:02 -070018 <integer name="config_appsCustomizeZoomInTime">350</integer>
19 <integer name="config_appsCustomizeZoomOutTime">600</integer>
Adam Cohencff6af82011-09-13 14:51:53 -070020 <integer name="config_appsCustomizeZoomScaleFactor">7</integer>
21 <integer name="config_appsCustomizeFadeInTime">250</integer>
22 <integer name="config_appsCustomizeFadeOutTime">200</integer>
Adam Cohen7777d962011-08-18 18:58:38 -070023 <integer name="config_appsCustomizeWorkspaceShrinkTime">300</integer>
Adam Cohencff6af82011-09-13 14:51:53 -070024 <integer name="config_appsCustomizeWorkspaceAnimationStagger">40</integer>
25 <integer name="config_workspaceAppsCustomizeAnimationStagger">100</integer>
Winson Chung785d2eb2011-04-14 16:08:02 -070026
27 <!-- Tab transition animation duration -->
Winson Chungf8742be2011-08-22 16:19:31 -070028 <integer name="config_tabTransitionDuration">250</integer>
Winson Chung785d2eb2011-04-14 16:08:02 -070029
30 <!-- The slope, in percent, of the drag movement needed to drag an item out of
31 AppsCustomize (y / x * 100%) -->
32 <integer name="config_appsCustomizeDragSlopeThreshold">150</integer>
33
Winson Chung785d2eb2011-04-14 16:08:02 -070034 <!-- Batch loading for loading in LauncherModel -->
35 <integer name="config_allAppsBatchLoadDelay">0</integer>
36 <integer name="config_allAppsBatchSize">0</integer>
37
38<!-- Workspace -->
Winson Chunga62e9fd2011-07-11 15:20:48 -070039 <!-- Whether or not the drop targets drop down as opposed to fade in -->
40 <bool name="config_useDropTargetDownTransition">true</bool>
Winson Chung2b8e4452011-08-26 18:12:08 -070041 <!-- Whether or not to fade the side pages -->
42 <bool name="config_workspaceFadeAdjacentScreens">false</bool>
Winson Chunga62e9fd2011-07-11 15:20:48 -070043
Winson Chung61fa4192011-06-12 15:15:29 -070044 <!-- The transition duration for the background of the drop targets -->
Winson Chung043f2af2012-03-01 16:09:54 -080045 <integer name="config_dropTargetBgTransitionDuration">0</integer>
Winson Chung61fa4192011-06-12 15:15:29 -070046
Patrick Dubroy046e7eb2010-10-06 12:14:43 -070047 <!-- The duration (in ms) of the fade animation on the object outlines, used when
48 we are dragging objects around on the home screen. -->
49 <integer name="config_dragOutlineFadeTime">900</integer>
50
51 <!-- The alpha value at which to show the most recent drop visualization outline. -->
Joe Onorato4be866d2010-10-10 11:26:02 -070052 <integer name="config_dragOutlineMaxAlpha">128</integer>
Patrick Dubroyce34a972010-10-19 10:34:32 -070053
54 <!-- Parameters controlling the animation for when an item is dropped on the home screen,
55 and it animates from its old position to the new one. -->
Winson Chung61b0c692012-02-23 16:31:13 -080056 <integer name="config_dropAnimMinDuration">100</integer>
Adam Cohen8dfcba42011-07-07 16:38:18 -070057 <integer name="config_dropAnimMaxDuration">500</integer>
Patrick Dubroyce34a972010-10-19 10:34:32 -070058
Adam Cohen7f4eabe2011-04-21 16:19:16 -070059 <!-- The duration of the UserFolder opening and closing animation -->
Adam Cohen3e8f8112011-07-02 18:03:00 -070060 <integer name="config_folderAnimDuration">120</integer>
Adam Cohen7f4eabe2011-04-21 16:19:16 -070061
Patrick Dubroyce34a972010-10-19 10:34:32 -070062 <!-- The distance at which the animation should take the max duration -->
63 <integer name="config_dropAnimMaxDist">800</integer>
Adam Lesinski2a898a02010-12-09 21:04:15 -080064
Winson Chung867ca622012-02-21 15:48:35 -080065 <!-- Properties controlling the workspace fade-out during dragging -->
66 <integer name="config_dragFadeOutAlpha">80</integer>
67 <integer name="config_dragFadeOutDuration">250</integer>
68
Adam Cohen94309882012-06-08 16:24:56 -070069 <!-- Camera distance for the overscroll effect -->
70 <integer name="config_cameraDistance">6500</integer>
71
Adam Cohen78dc83e2011-11-15 17:10:00 -080072 <!-- Folder max bounds and max number of items. Note: folder_max_count_x * folder_max_count_y
73 >= folder_max_num_items. When these are set to -1, they are automatically determined. -->
74 <integer name="folder_max_count_x">4</integer>
75 <integer name="folder_max_count_y">4</integer>
76 <integer name="folder_max_num_items">16</integer>
Andrew Flynn0dca1ec2012-02-29 13:33:22 -080077
78 <integer name="cell_count_x">4</integer>
79 <integer name="cell_count_y">4</integer>
Winson Chung0e721a42012-08-02 17:40:30 -070080
81<!-- Hotseat -->
82 <bool name="hotseat_transpose_layout_with_orientation">true</bool>
Andrew Flynn0dca1ec2012-02-29 13:33:22 -080083 <integer name="hotseat_cell_count">5</integer>
84 <integer name="hotseat_all_apps_index">2</integer>
Daniel Sandler388f6792010-03-02 14:08:08 -050085</resources>