aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/AudioAndHapticFeedbackManager.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move VibratorCompatWrapper to VibratorUtils.Ken Wakasa2012-03-301-5/+5
| | | | | | bug: 6129704 Change-Id: Ib63f1ed2d610e27e14957cf8805ef884cae6adf6
* Merge broadcast receivers againJean Chalard2012-03-091-11/+3
| | | | | | | | It's probably simpler not to have registers dance around, and just message the feedback manager when the audio event happens. Change-Id: Id0710ed102d10d01f1af93ad8cb660653bb3a9f8
* Get the view for haptic feedback as a parameter (A6)Jean Chalard2012-03-081-11/+8
| | | | | | | It's rather annoying (and possibly dangerous) to keep this as a member. Get it from outside. Change-Id: I00c42db96395fb65204fb140aeedc82bf312a86e
* Remove a useless member (A5)Jean Chalard2012-03-081-4/+2
| | | | Change-Id: Ibaaeb8dbcb012f5e973e27ed9928401515656e9e
* Simplification of sound settings (A4)Jean Chalard2012-03-081-12/+8
| | | | Change-Id: I0c6e207bae1e08c45a95b3479e1d67228d696792
* Make a condition positive (A3)Jean Chalard2012-03-081-5/+5
| | | | | | mSoundOn is much easier to understand than mSilentModeOn Change-Id: Ie51c5c75fcad62e13e0fb578a266af80f15dc440
* Simplify audio management (A2)Jean Chalard2012-03-081-12/+9
| | | | | | | | There is little point in deferring loading for this. Getting the service at startup time is not very expensive anyway, plus we can avoid getting it in a later change if sound is off in settings. Change-Id: I08d65467f245fa2f9f617eb23257c327b3115673
* Export audio and haptic feedback to a specialized class. (A1)Jean Chalard2012-03-081-0/+124
Change-Id: I957d883d1ccf188cb98eb11031aa0a32fce4ed76