Merge "Enlarge EPSILON to 0.01 for android.display.cts.DisplayTest#testModeSwitch pass"

am: b8c95a647f

Change-Id: I1bf1c0eeb75737f4e2ec2544cdd3dceb0612c982
This commit is contained in:
peng.gu
2020-01-14 21:40:54 -08:00
committed by android-build-merger

View File

@@ -76,7 +76,7 @@ public class DisplayModeDirector {
private static final int GLOBAL_ID = -1;
// The tolerance within which we consider something approximately equals.
private static final float EPSILON = 0.001f;
private static final float EPSILON = 0.01f;
private final Object mLock = new Object();
private final Context mContext;