summaryrefslogtreecommitdiff
path: root/libs/ui/Camera.cpp
diff options
context:
space:
mode:
author Patrick Scott <phanna@android.com> 2009-07-02 11:31:12 -0400
committer Patrick Scott <phanna@android.com> 2009-07-06 08:31:33 -0400
commit18dd5f0d25f1004e123dc265dc498a8bf8897af9 (patch)
tree89e57901a4e7e67871d529fdb9b2febef201c456 /libs/ui/Camera.cpp
parentf8e3ba5bfad14f3037d72eb6243258c13169cbd8 (diff)
Improve the Vibrator service by keeping track of multiple vibration requests.
There are 2 types of vibrations: simple and repeated. Simple vibrations run for a given length of time while repeated patterns run until canceled or the calling process dies. If a vibration is currently running and another request is issued, the newer request always takes precedence unless the current vibration is a simple one and the time left is longer than the new request. If a repeating vibration is running and a new request overrides that vibration, the current vibration is pushed onto a stack. Once the new vibration completes, the previous vibration resumes. IBinder tokens are used to identify Vibration requests which means that multiple calls to Vibrator.vibrate with the same Vibrator object will override previous vibrations on that object.
Diffstat (limited to 'libs/ui/Camera.cpp')
0 files changed, 0 insertions, 0 deletions