summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2011-01-27 13:17:32 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-01-27 13:17:32 -0800
commit412714028af410404406f325d23af829fa83fef4 (patch)
tree99fa8950741cde4ed035ac168490b372ee844081 /res/values
parent009cc2956418d009547c9c980659ab0696755700 (diff)
parentd1633b2059860d48f8050667417314a2af477bf5 (diff)
downloadandroid_packages_apps_Trebuchet-412714028af410404406f325d23af829fa83fef4.tar.gz
android_packages_apps_Trebuchet-412714028af410404406f325d23af829fa83fef4.tar.bz2
android_packages_apps_Trebuchet-412714028af410404406f325d23af829fa83fef4.zip
am d1633b20: Add in cache values for non-xlarge screens
* commit 'd1633b2059860d48f8050667417314a2af477bf5': Add in cache values for non-xlarge screens
Diffstat (limited to 'res/values')
-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 c56a8cec2..4fcde5821 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. -->