File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
services/java/com/android/server/power Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ final class DisplayPowerController {
7575 // If true, uses the electron beam on animation.
7676 // We might want to turn this off if we cannot get a guarantee that the screen
7777 // 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 ;
78+ // screen state returns. Playing the animation can also be somewhat slow.
79+ private static final boolean USE_ELECTRON_BEAM_ON_ANIMATION = false ;
8080
8181 private static final int ELECTRON_BEAM_ON_ANIMATION_DURATION_MILLIS = 300 ;
8282 private static final int ELECTRON_BEAM_OFF_ANIMATION_DURATION_MILLIS = 600 ;
You can’t perform that action at this time.
0 commit comments