summaryrefslogtreecommitdiffstats
path: root/carousel/java
diff options
context:
space:
mode:
authorJim Shuma <jshuma@google.com>2011-01-31 10:54:59 -0800
committerJim Shuma <jshuma@google.com>2011-01-31 10:54:59 -0800
commitdbd552175226ac69aea606953cdd3c03a58bd2cc (patch)
tree83fdc289053307e116d95df2fbb0f41d4303d370 /carousel/java
parentb713926766c4b342a881cb251964050a0d3d0a41 (diff)
downloadandroid_frameworks_ex-dbd552175226ac69aea606953cdd3c03a58bd2cc.tar.gz
android_frameworks_ex-dbd552175226ac69aea606953cdd3c03a58bd2cc.tar.bz2
android_frameworks_ex-dbd552175226ac69aea606953cdd3c03a58bd2cc.zip
Disable long-press animation
Bug: 3404464 Change-Id: Ife6b29241e47727bc980753d0233da3a4a945779
Diffstat (limited to 'carousel/java')
-rw-r--r--carousel/java/com/android/ex/carousel/carousel.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/carousel/java/com/android/ex/carousel/carousel.rs b/carousel/java/com/android/ex/carousel/carousel.rs
index 483c502..ae6d1fc 100644
--- a/carousel/java/com/android/ex/carousel/carousel.rs
+++ b/carousel/java/com/android/ex/carousel/carousel.rs
@@ -142,7 +142,7 @@ static const int DRAG_MODEL_CYLINDER_OUTSIDE = 3; // Drag relative to point on o
// Constants
static const int ANIMATION_DELAY_TIME = 100; // hold off scale animation until this time
static const int ANIMATION_SCALE_TIME = 200; // Time it takes to animate selected card, in ms
-static const float3 SELECTED_SCALE_FACTOR = { 0.1f, 0.1f, 0.1f }; // increase by this %
+static const float3 SELECTED_SCALE_FACTOR = { 0.0f, 0.0f, 0.0f }; // increase by this %
static const float OVERSCROLL_SLOTS = 1.0f; // amount of allowed overscroll (in slots)
// Debug flags