Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a09976d authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Enlarge EPSILON to 0.01 for...

Merge "Enlarge EPSILON to 0.01 for android.display.cts.DisplayTest#testModeSwitch pass" am: b8c95a64 am: 5a55dce1 am: 6b4bfac7

Change-Id: Id175c9c575a12db7bb2aab13f842718be0746caf
parents 07ade261 6b4bfac7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,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;