summaryrefslogtreecommitdiff
path: root/core/java/android/os/VibrationEffect.java
Commit message (Expand)AuthorAgeFilesLines
* Remove VibrationEffect javadocs to methods not available in public APIs.Lais Andrade2022-09-121-31/+1
* DO NOT MERGE Remove PWLE APIs from TMichael Wright2022-04-071-0/+18
* Update vibrator javadoc formatting.Simon Bowden2022-02-151-51/+46
* Add code examples to VibrationEffect javadocsLais Andrade2022-01-311-16/+120
* Improve javadoc for some vibration functions.Simon Bowden2022-01-271-21/+20
* Make VibrationEffect.WaveformBuilder publicLais Andrade2022-01-251-151/+330
* Revert "Revert "Migrate unsafe parcel APIs in framework-minus-apex""Bernardo Rufino2022-01-191-1/+1
* Merge "Revert "Migrate unsafe parcel APIs in framework-minus-apex""Ashwini Oruganti2022-01-121-1/+1
|\
| * Revert "Migrate unsafe parcel APIs in framework-minus-apex"Bernardo Rufino2022-01-121-1/+1
* | Use absolute frequency in WaveformBuilderLais Andrade2022-01-101-18/+22
|/
* Migrate unsafe parcel APIs in framework-minus-apexBernardo Rufino2021-12-151-1/+1
* Update VibrationEffect haptic feedback heuristicLais Andrade2021-11-301-1/+52
* 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