summaryrefslogtreecommitdiff
path: root/core/java/android/os/VibrationEffect.java
AgeCommit message (Expand)Author
2021-06-02Remove non-zero amplitude validation for waveformsLais Andrade
2021-04-21Expose SPIN and THUD vibration effects to publicLais Andrade
2021-03-18Introduce WaveformBuilder to VibrationEffectLais Andrade
2021-03-18Introduce VibrationEffectSegmentLais Andrade
2021-03-09Merge "Clarify delay parameter documentation in VibrationEffect" am: 2b9f0c76...Lais Andrade
2021-03-09Clarify delay parameter documentation in VibrationEffectLais Andrade
2021-03-02Add vibrator capabilities to service dumpsysLais Andrade
2021-02-22Constrain scaled amplitude to valid values in [1,255]Lais Andrade
2021-01-19Merge "Create single thread to play any Vibration"Lais Andrade
2021-01-19Create single thread to play any VibrationLais Andrade
2021-01-10Add PRIMITIVE_LOW_TICK VibrationEffectVince Leung
2020-12-04Create parcelable VibratorInfo to expose HAL profileLais Andrade
2020-12-01Merge "Fix documentation of delay param in VibrationEffect.Composition" am: 0...Lais Andrade
2020-11-30Fix documentation of delay param in VibrationEffect.CompositionLais Andrade
2020-11-09Extract vibration settings and scaling code from VibratorServiceLais Andrade
2020-11-04Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-22Merge "Create CombinedVibrationEffect.aidl"TreeHugger Robot
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2020-10-12Create CombinedVibrationEffect.aidlLais Andrade
2020-06-11Merge "Add details to VibrationEffect waveform documentation" into rvc-dev am...TreeHugger Robot
2020-06-11Add details to VibrationEffect waveform documentationLais Andrade
2020-05-15Change implementation of VibrationEffect scalingLais Andrade
2020-05-01Fix broken @see tags in public documentation.Andrew Sapperstein
2020-04-28Fix broken @see tags in public documentation.Andrew Sapperstein
2020-04-20Apply intensity settings to composed vibration effectsLais Andrade
2020-03-26Address API Council feedback.Michael Wright
2020-03-19Skip unnecessary IPC when getting VibrationEffect.Michael Wright
2020-03-16Remove haptic primitives that aren't ready yet.Michael Wright
2020-01-27Add haptic composition API.Michael Wright
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-13Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev
2019-08-29docs: Improved tick/click effect descriptionsKevin Hufnagle
2019-06-04Uncanonicalize URIs when searching for audio-coupled haptics.Michael Wright
2019-04-10Add fallback for TEXTURE_TICKAlexey Kuzmin
2019-03-22Move TEXT_HANDLE_MOVE and CLOCK_TICK to TEXTURE_TICK.Michael Wright
2019-03-05Add @NonNull to createPredefinedArthur Hung
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-02-26Rename createPrebaked to createPredefinedArthur Hung
2019-01-23Surface HAL constantsAlexey Kuzmin
2018-06-29Get android.os tests running against real APIs.Jeff Sharkey
2018-05-22Uncanonicalize URIs before comparing them.Michael Wright
2018-04-24Default vibration amplitude resolution addedAlexey Kuzmin
2018-04-03Mark methods as @TestApiAlexey Kuzmin
2018-03-21Add tests for VibrationEffectAlexey Kuzmin
2018-02-08Add support for vibrator HAL 1.2 effects.Michael Wright
2018-01-24Add setting to control vibration intensity.Michael Wright
2017-08-30Don't always fallback to clockTick for EFFECT_TICK.Michael Wright