blob: 44ba589c8ee03ea0a8c3e05b7f229d5ed18c6a51 [file] [log] [blame]
Daniel Sandler388f6792010-03-02 14:08:08 -05001<resources>
Winson Chung785d2eb2011-04-14 16:08:02 -07002<!-- AllApps/Customize/AppsCustomize -->
3 <!-- Fade in/out duration of icons being dragged from the trays -->
4 <integer name="config_dragAppsCustomizeIconFadeInDuration">150</integer>
5 <integer name="config_dragAppsCustomizeIconFadeOutDuration">200</integer>
6 <integer name="config_dragAppsCustomizeIconFadeAlpha">100</integer>
7 <integer name="config_workspaceUnshrinkTime">650</integer>
8
9 <!-- Fade/zoom in/out duration & scale in the AllApps transition.
10 Note: This should be less than the workspaceShrinkTime as they happen together. -->
11 <integer name="config_appsCustomizeZoomInTime">1000</integer>
12 <integer name="config_appsCustomizeZoomOutTime">1200</integer>
13 <integer name="config_appsCustomizeZoomScaleFactor">20</integer>
14 <integer name="config_appsCustomizeFadeInTime">250</integer>
15 <integer name="config_appsCustomizeFadeOutTime">500</integer>
16 <integer name="config_appsCustomizeWorkspaceShrinkTime">1000</integer>
17
18 <!-- Tab transition animation duration -->
19 <integer name="config_tabTransitionDuration">100</integer>
20
21 <!-- The slope, in percent, of the drag movement needed to drag an item out of
22 AppsCustomize (y / x * 100%) -->
23 <integer name="config_appsCustomizeDragSlopeThreshold">150</integer>
24
25 <!-- Fade in/out duration of toolbar/button bar icons.
26 Note: In + Out duration together should be less the duration of the transition
27 between AllApps, Customize & the Workspace. -->
28 <integer name="config_toolbarButtonFadeInTime">350</integer>
29 <integer name="config_toolbarButtonFadeOutTime">200</integer>
30
31 <!-- Batch loading for loading in LauncherModel -->
32 <integer name="config_allAppsBatchLoadDelay">0</integer>
33 <integer name="config_allAppsBatchSize">0</integer>
34
35<!-- Workspace -->
Patrick Dubroy046e7eb2010-10-06 12:14:43 -070036 <integer name="config_crosshairsFadeInTime">600</integer>
37
Patrick Dubroyde7658b2010-09-27 11:15:43 -070038 <!-- When dragging an item on the workspace, how much bigger (in pixels) the dragged view
39 should be, as compared to the original view. If 0, it will not be scaled at all.
40 Should be an even number, for pixel alignment. -->
41 <integer name="config_dragViewExtraPixels">40</integer>
42
Patrick Dubroy046e7eb2010-10-06 12:14:43 -070043 <!-- The duration (in ms) of the fade animation on the object outlines, used when
44 we are dragging objects around on the home screen. -->
45 <integer name="config_dragOutlineFadeTime">900</integer>
46
47 <!-- The alpha value at which to show the most recent drop visualization outline. -->
Joe Onorato4be866d2010-10-10 11:26:02 -070048 <integer name="config_dragOutlineMaxAlpha">128</integer>
Patrick Dubroyce34a972010-10-19 10:34:32 -070049
50 <!-- Parameters controlling the animation for when an item is dropped on the home screen,
51 and it animates from its old position to the new one. -->
52
53 <integer name="config_dropAnimMaxDuration">400</integer>
54
Adam Cohen7f4eabe2011-04-21 16:19:16 -070055 <!-- The duration of the UserFolder opening and closing animation -->
Adam Cohen2801caf2011-05-13 20:57:39 -070056 <integer name="config_folderAnimDuration">100</integer>
Adam Cohen7f4eabe2011-04-21 16:19:16 -070057
Patrick Dubroyce34a972010-10-19 10:34:32 -070058 <!-- The distance at which the animation should take the max duration -->
59 <integer name="config_dropAnimMaxDist">800</integer>
Adam Lesinski2a898a02010-12-09 21:04:15 -080060
tedboc3bab1d2011-01-07 15:19:33 -080061 <!-- Workspace screens are cached to bitmaps only when they're smaller than a certain size
62 (maxScaleForUsingWorkspaceScreenBitmapCache), since the bitmap cache itself is smaller
63 than the view itself (workspaceScreenBitmapCacheScale) -->
64 <integer name="config_workspaceScreenBitmapCacheScale">20</integer>
65 <integer name="config_maxScaleForUsingWorkspaceScreenBitmapCache">50</integer>
Adam Powell483de5c2011-05-23 12:30:13 -070066
67 <!-- When shrinking the workspace, this is the percentage of its original size. -->
68 <integer name="config_workspaceShrinkPercent">17</integer>
Daniel Sandler388f6792010-03-02 14:08:08 -050069</resources>