Merge "Decreases likelihood of AoD flickering" into oc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c856aa18e3
@@ -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);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user