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:
committed by
Android Git Automerger
commit
cb7f5187d3
@ -169,7 +169,7 @@ class ZoomManager {
|
|||||||
private int mInitialScrollY;
|
private int mInitialScrollY;
|
||||||
private long mZoomStart;
|
private long mZoomStart;
|
||||||
|
|
||||||
private static final int ZOOM_ANIMATION_LENGTH = 500;
|
private static final int ZOOM_ANIMATION_LENGTH = 175;
|
||||||
|
|
||||||
// whether support multi-touch
|
// whether support multi-touch
|
||||||
private boolean mSupportMultiTouch;
|
private boolean mSupportMultiTouch;
|
||||||
|
Reference in New Issue
Block a user