summaryrefslogtreecommitdiff
path: root/core/java/android/os/VibrationEffect.java
Commit message (Expand)AuthorAgeFilesLines
* Remove non-zero amplitude validation for waveformsLais Andrade2021-06-021-6/+5
* Expose SPIN and THUD vibration effects to publicLais Andrade2021-04-211-4/+0
* Introduce WaveformBuilder to VibrationEffectLais Andrade2021-03-181-3/+232
* Introduce VibrationEffectSegmentLais Andrade2021-03-181-633/+158
* Merge "Clarify delay parameter documentation in VibrationEffect" am: 2b9f0c76...Lais Andrade2021-03-091-1/+2
|\
| * Clarify delay parameter documentation in VibrationEffectLais Andrade2021-03-091-1/+2
* | Add vibrator capabilities to service dumpsysLais Andrade2021-03-021-2/+16
* | Constrain scaled amplitude to valid values in [1,255]Lais Andrade2021-02-221-4/+9
* | Merge "Create single thread to play any Vibration"Lais Andrade2021-01-191-31/+53
|\ \
| * | Create single thread to play any VibrationLais Andrade2021-01-191-31/+53
* | | Add PRIMITIVE_LOW_TICK VibrationEffectVince Leung2021-01-101-1/+10
|/ /
* | Create parcelable VibratorInfo to expose HAL profileLais Andrade2020-12-041-2/+22
* | Merge "Fix documentation of delay param in VibrationEffect.Composition" am: 0...Lais Andrade2020-12-011-2/+1
|\|
| * Fix documentation of delay param in VibrationEffect.CompositionLais Andrade2020-11-301-2/+1
| * Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-11-041-4/+4
* | Extract vibration settings and scaling code from VibratorServiceLais Andrade2020-11-091-2/+2
* | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-4/+4
* | Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-4/+4
* | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-4/+4
* | Merge "Create CombinedVibrationEffect.aidl"TreeHugger Robot2020-10-221-0/+2
|\ \
| * | Create CombinedVibrationEffect.aidlLais Andrade2020-10-121-0/+2
* | | Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-5/+5
|/ /
* | Merge "Add details to VibrationEffect waveform documentation" into rvc-dev am...TreeHugger Robot2020-06-111-4/+5
|\|
| * Add details to VibrationEffect waveform documentationLais Andrade2020-06-111-4/+5
| * Fix broken @see tags in public documentation.Andrew Sapperstein2020-05-011-6/+0
* | Change implementation of VibrationEffect scalingLais Andrade2020-05-151-89/+142
* | Fix broken @see tags in public documentation.Andrew Sapperstein2020-04-281-6/+0
|/
* Apply intensity settings to composed vibration effectsLais Andrade2020-04-201-0/+28
* Address API Council feedback.Michael Wright2020-03-261-5/+7
* Skip unnecessary IPC when getting VibrationEffect.Michael Wright2020-03-191-2/+9
* Remove haptic primitives that aren't ready yet.Michael Wright2020-03-161-5/+10
* Add haptic composition API.Michael Wright2020-01-271-0/+346
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-2/+1
* Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev2019-11-131-0/+6
* docs: Improved tick/click effect descriptionsKevin Hufnagle2019-08-291-3/+3
* Uncanonicalize URIs when searching for audio-coupled haptics.Michael Wright2019-06-041-2/+9
* Add fallback for TEXTURE_TICKAlexey Kuzmin2019-04-101-0/+1
* Move TEXT_HANDLE_MOVE and CLOCK_TICK to TEXTURE_TICK.Michael Wright2019-03-221-3/+16
* Add @NonNull to createPredefinedArthur Hung2019-03-051-0/+2
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-4/+4
* Rename createPrebaked to createPredefinedArthur Hung2019-02-261-1/+1
* Surface HAL constantsAlexey Kuzmin2019-01-231-8/+34
* Get android.os tests running against real APIs.Jeff Sharkey2018-06-291-0/+18
* Uncanonicalize URIs before comparing them.Michael Wright2018-05-221-1/+7
* Default vibration amplitude resolution addedAlexey Kuzmin2018-04-241-0/+44
* Mark methods as @TestApiAlexey Kuzmin2018-04-031-3/+9
* Add tests for VibrationEffectAlexey Kuzmin2018-03-211-4/+16
* Add support for vibrator HAL 1.2 effects.Michael Wright2018-02-081-7/+96
* Add setting to control vibration intensity.Michael Wright2018-01-241-44/+173
* Don't always fallback to clockTick for EFFECT_TICK.Michael Wright2017-08-301-6/+46