From 8d84cc6d45b956b3ed52ba2a1c5ea49105f047cc Mon Sep 17 00:00:00 2001 From: Chih-Chung Chang Date: Mon, 18 Jun 2012 17:24:58 +0800 Subject: Fix scaling gesture responsiveness. Bug: 6632011 Change-Id: I9cfeafa4365354a631565f8ee4a9b53df76d06e9 --- src/com/android/gallery3d/ui/PositionController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com/android/gallery3d/ui/PositionController.java') diff --git a/src/com/android/gallery3d/ui/PositionController.java b/src/com/android/gallery3d/ui/PositionController.java index 2b91fcbfe..d556cafdc 100644 --- a/src/com/android/gallery3d/ui/PositionController.java +++ b/src/com/android/gallery3d/ui/PositionController.java @@ -62,7 +62,7 @@ class PositionController { // (always 1). private static final int ANIM_TIME[] = { 0, // ANIM_KIND_SCROLL - 50, // ANIM_KIND_SCALE + 0, // ANIM_KIND_SCALE SNAPBACK_ANIMATION_TIME, // ANIM_KIND_SNAPBACK 400, // ANIM_KIND_SLIDE 300, // ANIM_KIND_ZOOM -- cgit v1.2.3