History log of /frameworks/base/services/jni/com_android_server_PowerManagerService.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
609695dab0f0318459d32ff5dfc529d7398e751b 14-Oct-2010 Joe Onorato <joeo@android.com> Screen on/off animation tweaks

- Pass to surface flinger whether we want animations or not.
- Don't use the animation when the screen goes off because of the prox sensor.
- Turn the screen-on animation back off
- Also, now the animation setting controls whether or not we do the animation.

Bug: 3097475
Bug: 3098508
Change-Id: I205d5564d6668b33a8dc1c40d8cc06c4aad305cf
/frameworks/base/services/jni/com_android_server_PowerManagerService.cpp
b08a1af667b16cb1faaea2aec1cf2a0e4659cb3f 12-Oct-2010 Joe Onorato <joeo@android.com> Remove dead code, and make the animation a setting.

When we don't do the brightness fade, turn off the electron beam instead.

Change-Id: I76513387c4fb420a67e59e005f6e8c3bc72f7f08
/frameworks/base/services/jni/com_android_server_PowerManagerService.cpp
90291577a08f582e0978651f55dd950f40eb111d 16-Aug-2010 Jeff Brown <jeffbrown@google.com> Throttle userActivity calls from input dispatcher.

Results in an approximately 60% reduction in InputDispatcher thread CPU time.
(Went from 3% to 1% when measured with CPU frequency scaling disabled.)

Change-Id: Ia6e6087a719ee518fe37b428a871c7240bd4143f
/frameworks/base/services/jni/com_android_server_PowerManagerService.cpp
00fa7bdd69f0868fd17ea7c881c771d785b2fbbd 03-Jul-2010 Jeff Brown <jeffbrown@google.com> More native input dispatch work.

Removed old input dispatch code.
Refactored the policy callbacks.
Pushed a tiny bit of the power manager state down to native.
Fixed long press on MENU.
Made the virtual key detection and cancelation a bit more precise.

Change-Id: I5d8c1062f7ea0ab3b54c6fadb058c4d5f5a9e02e
/frameworks/base/services/jni/com_android_server_PowerManagerService.cpp