Merge "Shorten the animation length to make it snappier." into honeycomb-mr1
This commit is contained in:
committed by
Android (Google) Code Review
commit
6cc2bbe5cf
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user