blob: 9ea7b9ad3ea91fc9e8bedc3460d2edd0b3e91ea1 [file] [log] [blame]
Daniel Sandler388f6792010-03-02 14:08:08 -05001<resources>
Michael Jurkaf2ff7d92011-06-14 14:38:49 -07002 <bool name="config_hardwareAccelerated">true</bool>
Adam Cohen56901eb2011-07-25 14:54:22 -07003 <bool name="config_largeHeap">false</bool>
Andrew Flynn0dca1ec2012-02-29 13:33:22 -08004 <bool name="is_large_screen">false</bool>
Winson Chunga62e9fd2011-07-11 15:20:48 -07005
Winson Chung785d2eb2011-04-14 16:08:02 -07006<!-- AllApps/Customize/AppsCustomize -->
Winson Chung557d6ed2011-07-08 15:34:52 -07007 <!-- The alpha of the AppsCustomize bg in spring loaded mode -->
8 <integer name="config_appsCustomizeSpringLoadedBgAlpha">45</integer>
Winson Chung785d2eb2011-04-14 16:08:02 -07009 <!-- Fade in/out duration of icons being dragged from the trays -->
10 <integer name="config_dragAppsCustomizeIconFadeInDuration">150</integer>
11 <integer name="config_dragAppsCustomizeIconFadeOutDuration">200</integer>
12 <integer name="config_dragAppsCustomizeIconFadeAlpha">100</integer>
Winson Chung6a3fd3f2011-08-02 14:03:26 -070013 <integer name="config_workspaceUnshrinkTime">300</integer>
Winson Chungb26f3d62011-06-02 10:49:29 -070014 <!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
15 <integer name="config_workspaceSpringLoadShrinkPercentage">80</integer>
16 <!-- When items are dropped on the mini screens in customize mode, we have a bounce animation
17 of the bright green hover outline, and then fade out the outline at the end. These are
18 the values used in that animation -->
19 <integer name="config_screenOnDropScalePercent">120</integer>
20 <integer name="config_screenOnDropScaleUpDuration">200</integer>
21 <integer name="config_screenOnDropScaleDownDuration">200</integer>
22 <integer name="config_screenOnDropAlphaFadeDelay">350</integer>
23 <integer name="config_screenOnDropAlphaFadeDuration">50</integer>
Winson Chung785d2eb2011-04-14 16:08:02 -070024
25 <!-- Fade/zoom in/out duration & scale in the AllApps transition.
26 Note: This should be less than the workspaceShrinkTime as they happen together. -->
Adam Cohenb64d36e2011-10-17 21:48:02 -070027 <integer name="config_appsCustomizeZoomInTime">350</integer>
28 <integer name="config_appsCustomizeZoomOutTime">600</integer>
Adam Cohencff6af82011-09-13 14:51:53 -070029 <integer name="config_appsCustomizeZoomScaleFactor">7</integer>
30 <integer name="config_appsCustomizeFadeInTime">250</integer>
31 <integer name="config_appsCustomizeFadeOutTime">200</integer>
Adam Cohen7777d962011-08-18 18:58:38 -070032 <integer name="config_appsCustomizeWorkspaceShrinkTime">300</integer>
Adam Cohencff6af82011-09-13 14:51:53 -070033 <integer name="config_appsCustomizeWorkspaceAnimationStagger">40</integer>
34 <integer name="config_workspaceAppsCustomizeAnimationStagger">100</integer>
Winson Chung785d2eb2011-04-14 16:08:02 -070035
36 <!-- Tab transition animation duration -->
Winson Chungf8742be2011-08-22 16:19:31 -070037 <integer name="config_tabTransitionDuration">250</integer>
Winson Chung785d2eb2011-04-14 16:08:02 -070038
39 <!-- The slope, in percent, of the drag movement needed to drag an item out of
40 AppsCustomize (y / x * 100%) -->
41 <integer name="config_appsCustomizeDragSlopeThreshold">150</integer>
42
Winson Chung785d2eb2011-04-14 16:08:02 -070043 <!-- Batch loading for loading in LauncherModel -->
44 <integer name="config_allAppsBatchLoadDelay">0</integer>
45 <integer name="config_allAppsBatchSize">0</integer>
46
47<!-- Workspace -->
Winson Chunga62e9fd2011-07-11 15:20:48 -070048 <!-- Whether or not the drop targets drop down as opposed to fade in -->
49 <bool name="config_useDropTargetDownTransition">true</bool>
Winson Chung2b8e4452011-08-26 18:12:08 -070050 <!-- Whether or not to fade the side pages -->
51 <bool name="config_workspaceFadeAdjacentScreens">false</bool>
Winson Chunga62e9fd2011-07-11 15:20:48 -070052
Winson Chung61fa4192011-06-12 15:15:29 -070053 <!-- The transition duration for the background of the drop targets -->
Winson Chungaaa530a2011-07-11 21:06:30 -070054 <integer name="config_dropTargetBgTransitionDuration">100</integer>
Winson Chung61fa4192011-06-12 15:15:29 -070055
Patrick Dubroy046e7eb2010-10-06 12:14:43 -070056 <integer name="config_crosshairsFadeInTime">600</integer>
57
Patrick Dubroyde7658b2010-09-27 11:15:43 -070058 <!-- When dragging an item on the workspace, how much bigger (in pixels) the dragged view
59 should be, as compared to the original view. If 0, it will not be scaled at all.
60 Should be an even number, for pixel alignment. -->
61 <integer name="config_dragViewExtraPixels">40</integer>
62
Patrick Dubroy046e7eb2010-10-06 12:14:43 -070063 <!-- The duration (in ms) of the fade animation on the object outlines, used when
64 we are dragging objects around on the home screen. -->
65 <integer name="config_dragOutlineFadeTime">900</integer>
66
67 <!-- The alpha value at which to show the most recent drop visualization outline. -->
Joe Onorato4be866d2010-10-10 11:26:02 -070068 <integer name="config_dragOutlineMaxAlpha">128</integer>
Patrick Dubroyce34a972010-10-19 10:34:32 -070069
70 <!-- Parameters controlling the animation for when an item is dropped on the home screen,
71 and it animates from its old position to the new one. -->
Adam Cohen8dfcba42011-07-07 16:38:18 -070072 <integer name="config_dropAnimMaxDuration">500</integer>
Patrick Dubroyce34a972010-10-19 10:34:32 -070073
Adam Cohen7f4eabe2011-04-21 16:19:16 -070074 <!-- The duration of the UserFolder opening and closing animation -->
Adam Cohen3e8f8112011-07-02 18:03:00 -070075 <integer name="config_folderAnimDuration">120</integer>
Adam Cohen7f4eabe2011-04-21 16:19:16 -070076
Patrick Dubroyce34a972010-10-19 10:34:32 -070077 <!-- The distance at which the animation should take the max duration -->
78 <integer name="config_dropAnimMaxDist">800</integer>
Adam Lesinski2a898a02010-12-09 21:04:15 -080079
tedboc3bab1d2011-01-07 15:19:33 -080080 <!-- Workspace screens are cached to bitmaps only when they're smaller than a certain size
81 (maxScaleForUsingWorkspaceScreenBitmapCache), since the bitmap cache itself is smaller
82 than the view itself (workspaceScreenBitmapCacheScale) -->
83 <integer name="config_workspaceScreenBitmapCacheScale">20</integer>
84 <integer name="config_maxScaleForUsingWorkspaceScreenBitmapCache">50</integer>
Adam Powell483de5c2011-05-23 12:30:13 -070085
86 <!-- When shrinking the workspace, this is the percentage of its original size. -->
87 <integer name="config_workspaceShrinkPercent">17</integer>
Adam Cohen78dc83e2011-11-15 17:10:00 -080088
89 <!-- Folder max bounds and max number of items. Note: folder_max_count_x * folder_max_count_y
90 >= folder_max_num_items. When these are set to -1, they are automatically determined. -->
91 <integer name="folder_max_count_x">4</integer>
92 <integer name="folder_max_count_y">4</integer>
93 <integer name="folder_max_num_items">16</integer>
Andrew Flynn0dca1ec2012-02-29 13:33:22 -080094
95 <integer name="cell_count_x">4</integer>
96 <integer name="cell_count_y">4</integer>
97 <integer name="hotseat_cell_count">5</integer>
98 <integer name="hotseat_all_apps_index">2</integer>
Daniel Sandler388f6792010-03-02 14:08:08 -050099</resources>