mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-06-05 12:57:35 +09:00
miatoll: overlays: Import Vibration Patterns from gram
This commit is contained in:
parent
6823cb90ce
commit
83ec70c420
@ -439,6 +439,27 @@
|
|||||||
<item>455</item>
|
<item>455</item>
|
||||||
</array>
|
</array>
|
||||||
|
|
||||||
|
<!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
|
||||||
|
<integer-array name="config_keyboardTapVibePattern">
|
||||||
|
<item>40</item>
|
||||||
|
</integer-array>
|
||||||
|
|
||||||
|
<!-- Vibrator pattern for feedback about a long screen/key press -->
|
||||||
|
<integer-array name="config_longPressVibePattern">
|
||||||
|
<item>0</item>
|
||||||
|
<item>1</item>
|
||||||
|
<item>20</item>
|
||||||
|
<item>21</item>
|
||||||
|
</integer-array>
|
||||||
|
|
||||||
|
<!-- Vibrator pattern for feedback about touching a virtual key -->
|
||||||
|
<integer-array name="config_virtualKeyVibePattern">
|
||||||
|
<item>0</item>
|
||||||
|
<item>10</item>
|
||||||
|
<item>20</item>
|
||||||
|
<item>30</item>
|
||||||
|
</integer-array>
|
||||||
|
|
||||||
<!-- Array of hysteresis constraint values for brightening, represented as tenths of a
|
<!-- Array of hysteresis constraint values for brightening, represented as tenths of a
|
||||||
percent. The length of this array is assumed to be one greater than
|
percent. The length of this array is assumed to be one greater than
|
||||||
config_screenThresholdLevels. The brightening threshold is calculated as
|
config_screenThresholdLevels. The brightening threshold is calculated as
|
||||||
|
Loading…
x
Reference in New Issue
Block a user