android13/frameworks/base/samples/demo/haptic-assessment
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
res initial 2024-06-22 20:45:49 +08:00
src/com/example/android/hapticassessment initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
AndroidManifest.xml initial 2024-06-22 20:45:49 +08:00
README.txt initial 2024-06-22 20:45:49 +08:00

README.txt

README
======

This haptic assessment sample app allows the user to play with three different
types of VibrationEffects:

1) Predefined click effect with default strength.

2) One shot vibration with 20ms duration at max amplitude.

3) Waveform vibration with 500ms duration at half amplitude, then 500ms duration
   at max amplitude. This will pass if the device supports vibration amplitude
   control, and visibly fail otherwise.