blob: 9b1bc0d1391385a30cad446fa41e7f7c38578b35 [file] [log] [blame]
Patrick Dubroy7247f632010-08-04 16:02:59 -07001<resources>
Patrick Dubroy6b509c12010-08-23 15:08:16 -07002 <!-- NOTE: Many of the all apps values here are also used for the customization drawer -->
3
Patrick Dubroy7247f632010-08-04 16:02:59 -07004 <!-- Duration in milliseconds of the all apps zoom-in animation. -->
5 <!-- NB: This should be less than the workspaceShrinkTime as they happen together. -->
6 <integer name="config_allAppsZoomInTime">350</integer>
7
8 <!-- Duration in milliseconds of the all apps zoom-out animation -->
9 <!-- NB: This should be less than the workspaceUnshrinkTime as they happen together. -->
10 <integer name="config_allAppsZoomOutTime">350</integer>
11
12 <!-- Scaling factor used in the all apps zooming animations -->
13 <integer name="config_allAppsZoomScaleFactor">5</integer>
14
Patrick Dubroy6b509c12010-08-23 15:08:16 -070015 <!-- The extra distance off-screen that all apps appears from -->
16 <integer name="config_allAppsVerticalOffset">200</integer>
17
18 <!-- Duration in milliseconds of the animations between all apps, customize, & home.
19 NOTE: If these are changed, the toolbar animation times below should also be. -->
Patrick Dubroy3ec8bdd2010-08-06 16:01:33 -070020 <integer name="config_allAppsCameraPanTime">700</integer>
Patrick Dubroy7247f632010-08-04 16:02:59 -070021 <integer name="config_workspaceShrinkTime">700</integer>
Patrick Dubroy7247f632010-08-04 16:02:59 -070022 <integer name="config_workspaceUnshrinkTime">700</integer>
Patrick Dubroy6b509c12010-08-23 15:08:16 -070023
24 <!-- Duration in milliseconds toolbar fade in and fade out animations.
25 NOTE: Fade in and fade out time should together be less the transition
26 animations between all apps, customize, & the workspace. -->
27 <integer name="config_toolbarButtonFadeInTime">350</integer>
28 <integer name="config_toolbarButtonFadeOutTime">350</integer>
29</resources>