Daniel Sandler | 388f679 | 2010-03-02 14:08:08 -0500 | [diff] [blame] | 1 | <resources> |
Winson Chung | 785d2eb | 2011-04-14 16:08:02 -0700 | [diff] [blame] | 2 | <!-- System --> |
Michael Jurka | 163c9c0 | 2010-09-28 15:24:13 -0700 | [diff] [blame] | 3 | <bool name="config_hardwareAccelerated">false</bool> |
Patrick Dubroy | de7658b | 2010-09-27 11:15:43 -0700 | [diff] [blame] | 4 | |
Winson Chung | 785d2eb | 2011-04-14 16:08:02 -0700 | [diff] [blame] | 5 | <!-- AllApps/Customize/AppsCustomize --> |
| 6 | <!-- 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> |
| 11 | |
| 12 | <!-- Fade/zoom in/out duration & scale in the AllApps transition. |
| 13 | Note: This should be less than the workspaceShrinkTime as they happen together. --> |
| 14 | <integer name="config_appsCustomizeZoomInTime">1000</integer> |
| 15 | <integer name="config_appsCustomizeZoomOutTime">1200</integer> |
| 16 | <integer name="config_appsCustomizeZoomScaleFactor">20</integer> |
| 17 | <integer name="config_appsCustomizeFadeInTime">250</integer> |
| 18 | <integer name="config_appsCustomizeFadeOutTime">500</integer> |
| 19 | <integer name="config_appsCustomizeWorkspaceShrinkTime">1000</integer> |
| 20 | |
| 21 | <!-- Tab transition animation duration --> |
| 22 | <integer name="config_tabTransitionDuration">100</integer> |
| 23 | |
| 24 | <!-- The slope, in percent, of the drag movement needed to drag an item out of |
| 25 | AppsCustomize (y / x * 100%) --> |
| 26 | <integer name="config_appsCustomizeDragSlopeThreshold">150</integer> |
| 27 | |
| 28 | <!-- Fade in/out duration of toolbar/button bar icons. |
| 29 | Note: In + Out duration together should be less the duration of the transition |
| 30 | between AllApps, Customize & the Workspace. --> |
| 31 | <integer name="config_toolbarButtonFadeInTime">350</integer> |
| 32 | <integer name="config_toolbarButtonFadeOutTime">200</integer> |
| 33 | |
| 34 | <!-- Batch loading for loading in LauncherModel --> |
| 35 | <integer name="config_allAppsBatchLoadDelay">0</integer> |
| 36 | <integer name="config_allAppsBatchSize">0</integer> |
| 37 | |
| 38 | <!-- Workspace --> |
Patrick Dubroy | 046e7eb | 2010-10-06 12:14:43 -0700 | [diff] [blame] | 39 | <integer name="config_crosshairsFadeInTime">600</integer> |
| 40 | |
Patrick Dubroy | de7658b | 2010-09-27 11:15:43 -0700 | [diff] [blame] | 41 | <!-- When dragging an item on the workspace, how much bigger (in pixels) the dragged view |
| 42 | should be, as compared to the original view. If 0, it will not be scaled at all. |
| 43 | Should be an even number, for pixel alignment. --> |
| 44 | <integer name="config_dragViewExtraPixels">40</integer> |
| 45 | |
Patrick Dubroy | 046e7eb | 2010-10-06 12:14:43 -0700 | [diff] [blame] | 46 | <!-- The duration (in ms) of the fade animation on the object outlines, used when |
| 47 | we are dragging objects around on the home screen. --> |
| 48 | <integer name="config_dragOutlineFadeTime">900</integer> |
| 49 | |
| 50 | <!-- The alpha value at which to show the most recent drop visualization outline. --> |
Joe Onorato | 4be866d | 2010-10-10 11:26:02 -0700 | [diff] [blame] | 51 | <integer name="config_dragOutlineMaxAlpha">128</integer> |
Patrick Dubroy | ce34a97 | 2010-10-19 10:34:32 -0700 | [diff] [blame] | 52 | |
| 53 | <!-- Parameters controlling the animation for when an item is dropped on the home screen, |
| 54 | and it animates from its old position to the new one. --> |
| 55 | |
| 56 | <integer name="config_dropAnimMaxDuration">400</integer> |
| 57 | |
Adam Cohen | 7f4eabe | 2011-04-21 16:19:16 -0700 | [diff] [blame] | 58 | <!-- The duration of the UserFolder opening and closing animation --> |
Adam Cohen | 2801caf | 2011-05-13 20:57:39 -0700 | [diff] [blame^] | 59 | <integer name="config_folderAnimDuration">100</integer> |
Adam Cohen | 7f4eabe | 2011-04-21 16:19:16 -0700 | [diff] [blame] | 60 | |
Patrick Dubroy | ce34a97 | 2010-10-19 10:34:32 -0700 | [diff] [blame] | 61 | <!-- The distance at which the animation should take the max duration --> |
| 62 | <integer name="config_dropAnimMaxDist">800</integer> |
Adam Lesinski | 2a898a0 | 2010-12-09 21:04:15 -0800 | [diff] [blame] | 63 | |
tedbo | c3bab1d | 2011-01-07 15:19:33 -0800 | [diff] [blame] | 64 | <!-- Workspace screens are cached to bitmaps only when they're smaller than a certain size |
| 65 | (maxScaleForUsingWorkspaceScreenBitmapCache), since the bitmap cache itself is smaller |
| 66 | than the view itself (workspaceScreenBitmapCacheScale) --> |
| 67 | <integer name="config_workspaceScreenBitmapCacheScale">20</integer> |
| 68 | <integer name="config_maxScaleForUsingWorkspaceScreenBitmapCache">50</integer> |
Daniel Sandler | 388f679 | 2010-03-02 14:08:08 -0500 | [diff] [blame] | 69 | </resources> |