summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-09-08 11:59:05 -0700
committerSunny Goyal <sunnygoyal@google.com>2017-09-08 12:07:24 -0700
commitadd3d8322dde223629f1653bed6098342a2d69f7 (patch)
treee52db0b1fde300492b68ddec416b8f902551cbef /res/values/config.xml
parent17e780794bd10e08405350af8fa1f2fffff79829 (diff)
downloadandroid_packages_apps_Trebuchet-add3d8322dde223629f1653bed6098342a2d69f7.tar.gz
android_packages_apps_Trebuchet-add3d8322dde223629f1653bed6098342a2d69f7.tar.bz2
android_packages_apps_Trebuchet-add3d8322dde223629f1653bed6098342a2d69f7.zip
Removing some folder customization options
The old folder preview and animation relied on creating bitmaps for transition. As we move to hardware bitmaps, creating custom bitmaps which rely on icon bitmaps would be costly (hardware bitmaps are immutable and cannot be drawn on a software canvas). Bug: 35428783 Change-Id: I39869ed44feb6a886985ad15775bc1ab55565727
Diffstat (limited to 'res/values/config.xml')
-rw-r--r--res/values/config.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 10b612ba2..f8faf988a 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -86,9 +86,7 @@
<integer name="config_dropAnimMaxDuration">500</integer>
<!-- The duration of the UserFolder opening and closing animation -->
- <integer name="config_folderExpandDuration">120</integer>
<integer name="config_materialFolderExpandDuration">200</integer>
- <integer name="config_materialFolderExpandStagger">60</integer>
<integer name="config_folderDelay">30</integer>
<!-- The distance at which the animation should take the max duration -->
@@ -128,9 +126,6 @@
<!-- View ID used by cell layout to jail its content -->
<item type="id" name="cell_layout_jail_id" />
- <!-- View ID used by PreviewImageView to cache its instance -->
- <item type="id" name="preview_image_id" />
-
<!-- Popup items -->
<integer name="config_popupOpenCloseDuration">150</integer>
<integer name="config_popupArrowOpenDuration">80</integer>