Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
res/ | 03-May-2024 | - | 467 | 309 | ||
src/com/example/android/hapticassessment/ | 03-May-2024 | - | 72 | 42 | ||
Android.bp | D | 03-May-2024 | 1.3 KiB | 44 | 41 | |
AndroidManifest.xml | D | 03-May-2024 | 1.4 KiB | 38 | 18 | |
README.txt | D | 03-May-2024 | 433 | 14 | 9 |
README.txt
1README 2====== 3 4This haptic assessment sample app allows the user to play with three different 5types of VibrationEffects: 6 71) Predefined click effect with default strength. 8 92) One shot vibration with 20ms duration at max amplitude. 10 113) Waveform vibration with 500ms duration at half amplitude, then 500ms duration 12 at max amplitude. This will pass if the device supports vibration amplitude 13 control, and visibly fail otherwise. 14