am 745a5292: Merge "Smoother pinch-zoom in Browser." into honeycomb

* commit '745a529249c346656a404e38333f6d0ce6503fd7':
  Smoother pinch-zoom in Browser.
This commit is contained in:
Romain Guy
2011-01-18 18:35:50 -08:00
committed by Android Git Automerger

View File

@@ -148,13 +148,13 @@ class ZoomManager {
*/
private float mInitialScale;
private static float MINIMUM_SCALE_INCREMENT = 0.01f;
private static float MINIMUM_SCALE_INCREMENT = 0.007f;
/*
* The touch points could be changed even the fingers stop moving.
* We use the following to filter out the zooming jitters.
*/
private static float MINIMUM_SCALE_WITHOUT_JITTER = 0.05f;
private static float MINIMUM_SCALE_WITHOUT_JITTER = 0.007f;
/*
* The following member variables are only to be used for animating zoom. If