blob: fca0acce069acfa5cb8d93ddcac331051517bc8d [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>
Winson Chung785d2eb2011-04-14 16:08:02 -07003<!-- AllApps/Customize/AppsCustomize -->
Winson Chung557d6ed2011-07-08 15:34:52 -07004 <!-- The alpha of the AppsCustomize bg in spring loaded mode -->
5 <integer name="config_appsCustomizeSpringLoadedBgAlpha">45</integer>
Winson Chung785d2eb2011-04-14 16:08:02 -07006 <!-- Fade in/out duration of icons being dragged from the trays -->
7 <integer name="config_dragAppsCustomizeIconFadeInDuration">150</integer>
8 <integer name="config_dragAppsCustomizeIconFadeOutDuration">200</integer>
9 <integer name="config_dragAppsCustomizeIconFadeAlpha">100</integer>
10 <integer name="config_workspaceUnshrinkTime">650</integer>
Winson Chungb26f3d62011-06-02 10:49:29 -070011 <!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
12 <integer name="config_workspaceSpringLoadShrinkPercentage">80</integer>
13 <!-- When items are dropped on the mini screens in customize mode, we have a bounce animation
14 of the bright green hover outline, and then fade out the outline at the end. These are
15 the values used in that animation -->
16 <integer name="config_screenOnDropScalePercent">120</integer>
17 <integer name="config_screenOnDropScaleUpDuration">200</integer>
18 <integer name="config_screenOnDropScaleDownDuration">200</integer>
19 <integer name="config_screenOnDropAlphaFadeDelay">350</integer>
20 <integer name="config_screenOnDropAlphaFadeDuration">50</integer>
Winson Chung785d2eb2011-04-14 16:08:02 -070021
22 <!-- Fade/zoom in/out duration & scale in the AllApps transition.
23 Note: This should be less than the workspaceShrinkTime as they happen together. -->
24 <integer name="config_appsCustomizeZoomInTime">1000</integer>
25 <integer name="config_appsCustomizeZoomOutTime">1200</integer>
26 <integer name="config_appsCustomizeZoomScaleFactor">20</integer>
27 <integer name="config_appsCustomizeFadeInTime">250</integer>
28 <integer name="config_appsCustomizeFadeOutTime">500</integer>
29 <integer name="config_appsCustomizeWorkspaceShrinkTime">1000</integer>
30
31 <!-- Tab transition animation duration -->
32 <integer name="config_tabTransitionDuration">100</integer>
33
34 <!-- The slope, in percent, of the drag movement needed to drag an item out of
35 AppsCustomize (y / x * 100%) -->
36 <integer name="config_appsCustomizeDragSlopeThreshold">150</integer>
37
38 <!-- Fade in/out duration of toolbar/button bar icons.
39 Note: In + Out duration together should be less the duration of the transition
40 between AllApps, Customize & the Workspace. -->
41 <integer name="config_toolbarButtonFadeInTime">350</integer>
42 <integer name="config_toolbarButtonFadeOutTime">200</integer>
43
44 <!-- Batch loading for loading in LauncherModel -->
45 <integer name="config_allAppsBatchLoadDelay">0</integer>
46 <integer name="config_allAppsBatchSize">0</integer>
47
48<!-- Workspace -->
Winson Chung61fa4192011-06-12 15:15:29 -070049 <!-- The transition duration for the background of the drop targets -->
Winson Chungaaa530a2011-07-11 21:06:30 -070050 <integer name="config_dropTargetBgTransitionDuration">100</integer>
Winson Chung61fa4192011-06-12 15:15:29 -070051
Patrick Dubroy046e7eb2010-10-06 12:14:43 -070052 <integer name="config_crosshairsFadeInTime">600</integer>
53
Patrick Dubroyde7658b2010-09-27 11:15:43 -070054 <!-- When dragging an item on the workspace, how much bigger (in pixels) the dragged view
55 should be, as compared to the original view. If 0, it will not be scaled at all.
56 Should be an even number, for pixel alignment. -->
57 <integer name="config_dragViewExtraPixels">40</integer>
58
Patrick Dubroy046e7eb2010-10-06 12:14:43 -070059 <!-- The duration (in ms) of the fade animation on the object outlines, used when
60 we are dragging objects around on the home screen. -->
61 <integer name="config_dragOutlineFadeTime">900</integer>
62
63 <!-- The alpha value at which to show the most recent drop visualization outline. -->
Joe Onorato4be866d2010-10-10 11:26:02 -070064 <integer name="config_dragOutlineMaxAlpha">128</integer>
Patrick Dubroyce34a972010-10-19 10:34:32 -070065
66 <!-- Parameters controlling the animation for when an item is dropped on the home screen,
67 and it animates from its old position to the new one. -->
Adam Cohen8dfcba42011-07-07 16:38:18 -070068 <integer name="config_dropAnimMaxDuration">500</integer>
Patrick Dubroyce34a972010-10-19 10:34:32 -070069
Adam Cohen7f4eabe2011-04-21 16:19:16 -070070 <!-- The duration of the UserFolder opening and closing animation -->
Adam Cohen3e8f8112011-07-02 18:03:00 -070071 <integer name="config_folderAnimDuration">120</integer>
Adam Cohen7f4eabe2011-04-21 16:19:16 -070072
Patrick Dubroyce34a972010-10-19 10:34:32 -070073 <!-- The distance at which the animation should take the max duration -->
74 <integer name="config_dropAnimMaxDist">800</integer>
Adam Lesinski2a898a02010-12-09 21:04:15 -080075
tedboc3bab1d2011-01-07 15:19:33 -080076 <!-- Workspace screens are cached to bitmaps only when they're smaller than a certain size
77 (maxScaleForUsingWorkspaceScreenBitmapCache), since the bitmap cache itself is smaller
78 than the view itself (workspaceScreenBitmapCacheScale) -->
79 <integer name="config_workspaceScreenBitmapCacheScale">20</integer>
80 <integer name="config_maxScaleForUsingWorkspaceScreenBitmapCache">50</integer>
Adam Powell483de5c2011-05-23 12:30:13 -070081
82 <!-- When shrinking the workspace, this is the percentage of its original size. -->
83 <integer name="config_workspaceShrinkPercent">17</integer>
Daniel Sandler388f6792010-03-02 14:08:08 -050084</resources>