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

am: c856aa18e3

Change-Id: Ia9a137a7d7d4e0b170dabdae7aa5fd4253255a6e
This commit is contained in:
Lucas Dupin
2017-10-09 18:11:40 +00:00
committed by android-build-merger

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);
}
}
};