Merge "Enlarge EPSILON to 0.01 for android.display.cts.DisplayTest#testModeSwitch pass" am: b8c95a647f am: 5a55dce12d

Change-Id: If3ad63af5c4eeeef7fa7946ddb56edca5009cdc7
This commit is contained in:
Automerger Merge Worker
2020-01-15 05:53:07 +00:00

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;