Merge "Decreases likelihood of AoD flickering" into oc-mr1-dev

This commit is contained in:
TreeHugger Robot
2017-10-09 18:01:54 +00:00
committed by Android (Google) Code Review

View File

@@ -384,7 +384,7 @@ public class DozeScrimController {
if (mDozeParameters.getAlwaysOn()) {
// Setting power states can happen after we push out the frame. Make sure we
// stay fully opaque until the power state request reaches the lower levels.
setDozeInFrontAlphaDelayed(mAodFrontScrimOpacity, 30);
setDozeInFrontAlphaDelayed(mAodFrontScrimOpacity, 100);
}
}
};