Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/DozeScrimController.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -384,7 +384,7 @@ public class DozeScrimController { if (mDozeParameters.getAlwaysOn()) { if (mDozeParameters.getAlwaysOn()) { // Setting power states can happen after we push out the frame. Make sure we // 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. // stay fully opaque until the power state request reaches the lower levels. setDozeInFrontAlphaDelayed(mAodFrontScrimOpacity, 30); setDozeInFrontAlphaDelayed(mAodFrontScrimOpacity, 100); } } } } }; }; Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/DozeScrimController.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -384,7 +384,7 @@ public class DozeScrimController { if (mDozeParameters.getAlwaysOn()) { if (mDozeParameters.getAlwaysOn()) { // Setting power states can happen after we push out the frame. Make sure we // 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. // stay fully opaque until the power state request reaches the lower levels. setDozeInFrontAlphaDelayed(mAodFrontScrimOpacity, 30); setDozeInFrontAlphaDelayed(mAodFrontScrimOpacity, 100); } } } } }; }; Loading