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

This commit is contained in:
Treehugger Robot
2020-01-15 05:37:54 +00:00
committed by Gerrit Code Review

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;