summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2011-01-27 11:38:35 -0800
committerKenny Root <kroot@google.com>2011-01-27 14:55:14 -0800
commit99e7b8940604258a8628afe34ce77e5a50621f3b (patch)
tree701357890150ae65f5c5b01cc2cefe42375c2071 /res
parent27b3721bf904d2a1789938a77d3344b8792a41e2 (diff)
downloadandroid_packages_apps_Trebuchet-99e7b8940604258a8628afe34ce77e5a50621f3b.tar.gz
android_packages_apps_Trebuchet-99e7b8940604258a8628afe34ce77e5a50621f3b.tar.bz2
android_packages_apps_Trebuchet-99e7b8940604258a8628afe34ce77e5a50621f3b.zip
Add in cache values for non-xlarge screens DO NOT MERGE
Bug: 3398970 Change-Id: Ia135ba53d8347588031600ad1f08242fc7c21b64
Diffstat (limited to 'res')
-rw-r--r--res/values/config.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 473ed58e3..850c60922 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -25,6 +25,12 @@
<!-- The alpha value at which to show the most recent drop visualization outline. -->
<integer name="config_dragOutlineMaxAlpha">128</integer>
+ <!-- Workspace screens are cached to bitmaps only when they're smaller than a certain size
+ (maxScaleForUsingWorkspaceScreenBitmapCache), since the bitmap cache it self is smaller
+ than the view itself (workspaceScreenBitmapCacheScale) -->
+ <integer name="config_workspaceScreenBitmapCacheScale">20</integer>
+ <integer name="config_maxScaleForUsingWorkspaceScreenBitmapCache">50</integer>
+
<!-- Parameters controlling the animation for when an item is dropped on the home screen,
and it animates from its old position to the new one. -->