summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/power/DisplayPowerController.java
Commit message (Expand)AuthorAgeFilesLines
* Use exactly the same timings for the ElectronBeam as JB.Jeff Brown2012-10-101-1/+1
* Blank or unblank all displays as need.Jeff Brown2012-10-081-1/+7
* Improve the power off fade animation.Jeff Brown2012-10-081-10/+8
* Reduce screen on latency, eliminate flashes.Jeff Brown2012-10-071-27/+45
* Allow the dim brightness to be brighter than the minimum.Jeff Brown2012-10-061-20/+63
* Coordinate screen on with the window manager.Jeff Brown2012-10-051-13/+41
* Support animating just the backlight when turning off.Jeff Brown2012-10-041-1/+11
* Allow phone to go to sleep while in call.Jeff Brown2012-10-041-4/+23
* Disable use of twilight mode for auto-brightness.Jeff Brown2012-10-011-2/+2
* Enable auto-brightness adjustment feature with system prop.Jeff Brown2012-09-081-1/+2
* More improvements to the display manager.Jeff Brown2012-08-311-1/+1
* Add initial multi-display support.Jeff Brown2012-08-291-29/+11
* Make it easier to create asynchronous Handlers.Jeff Brown2012-08-251-1/+1
* Make the electron beam animation shorter.Jeff Brown2012-08-221-2/+2
* Add a mechanism to adjust auto-brightness at night.Jeff Brown2012-08-221-2/+81
* Add support for auto-brightness adjust, but leave it disabled.Jeff Brown2012-08-211-16/+68
* Disable electron beam on animation.Jeff Brown2012-08-201-2/+2
* Adjust auto-brightness time constants.Jeff Brown2012-08-201-3/+3
* Fix some proximity sensor bugs.Jeff Brown2012-08-201-14/+25
* Refactor for multi-display support.Jeff Brown2012-08-191-1/+4
* Animate brightness with electron beam.Jeff Brown2012-08-161-7/+18
* Use spline interpolation for auto-brightness.Jeff Brown2012-08-161-36/+46
* Improve auto-brightness debounce.Jeff Brown2012-08-151-6/+25
* Power manager rewrite.Jeff Brown2012-08-151-0/+992