Files
frameworks_base/core/java/android/os
Lais Andrade d8dc940fc0 Rename CombinedVibrationEffect to CombinedVibration
The change makes the distinction between VibrationEffect and
CombinedVibratio clearer. The later is a combination of the former with
the extra information about the vibrator ids, allowing effects to be
played in one or more vibrators in parallel or in sequence.

The methods create/start synced where also renamed to parallel (together
with respective builder classes), to indicate they perform one or more
effects in parallel on multiple vibrators. This is also a better match
to the sequential combinations.

This change also deprecates the Context.VIBRATOR_SERVICE in favour of
the new VIBRATOR_MANAGER_SERVICE. The default vibrator can be retrieved
from the manager system service.

Same deprecation applied to InputDevice.getVibrator method.

Fix: 184123900
Test: CombinedVibrationTest
Change-Id: I44d8b225098d35fbf7783254acaf6a78f9fb4505
2021-04-12 16:34:54 +00:00
..
2021-02-22 08:38:52 +00:00
2020-08-05 17:40:02 +00:00
2021-01-12 16:15:52 -08:00
2020-05-18 08:57:31 +00:00
2020-12-10 22:53:07 +00:00
2021-02-25 14:51:01 -08:00
2021-02-21 09:39:53 -08:00
2021-03-18 11:03:45 +00:00
2021-03-25 13:21:02 +00:00