am 6cc2bbe5: Merge "Shorten the animation length to make it snappier." into honeycomb-mr1

* commit '6cc2bbe5cf8c959239d35972c0acac494e5c1559':
  Shorten the animation length to make it snappier.
This commit is contained in:
Shimeng (Simon) Wang
2011-03-04 00:15:48 -08:00
committed by Android Git Automerger

View File

@ -169,7 +169,7 @@ class ZoomManager {
private int mInitialScrollY;
private long mZoomStart;
private static final int ZOOM_ANIMATION_LENGTH = 500;
private static final int ZOOM_ANIMATION_LENGTH = 175;
// whether support multi-touch
private boolean mSupportMultiTouch;