We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5338428 commit 5356c7dCopy full SHA for 5356c7d
1 file changed
services/java/com/android/server/power/DisplayPowerController.java
@@ -75,8 +75,8 @@ final class DisplayPowerController {
75
// If true, uses the electron beam on animation.
76
// We might want to turn this off if we cannot get a guarantee that the screen
77
// actually turns on and starts showing new content after the call to set the
78
- // screen state returns.
79
- private static final boolean USE_ELECTRON_BEAM_ON_ANIMATION = true;
+ // screen state returns. Playing the animation can also be somewhat slow.
+ private static final boolean USE_ELECTRON_BEAM_ON_ANIMATION = false;
80
81
private static final int ELECTRON_BEAM_ON_ANIMATION_DURATION_MILLIS = 300;
82
private static final int ELECTRON_BEAM_OFF_ANIMATION_DURATION_MILLIS = 600;
0 commit comments