Skip to content
Snippets Groups Projects
Commit b8c95a64 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 4c85840b bc5068c6
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment