Merge "Layers were using an extra Snapshot causing extra clipping."

This commit is contained in:
Romain Guy
2010-08-18 11:51:25 -07:00
committed by Android (Google) Code Review
5 changed files with 31 additions and 47 deletions

View File

@@ -1657,7 +1657,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
* Convenience value to check for float values that are close enough to zero to be considered
* zero.
*/
private static float NONZERO_EPSILON = .001f;
private static final float NONZERO_EPSILON = .001f;
/**
* The degrees rotation around the vertical axis through the pivot point.