Merge "Update udfps haptics config values" into sc-v2-dev am: ba0cb6957f am: c1775cabd5

Original change: https://googleplex-android-review.googlesource.com/c/device/google/bluejay/+/16322831

Change-Id: Ief23e18dd441880ac274430ad0469064f78ec34f
This commit is contained in:
Beverly Tai 2021-11-23 22:07:31 +00:00 committed by Automerger Merge Worker
commit 3e914fb915

View file

@ -53,6 +53,14 @@
<item>0</item> <!-- 4: SUN -->
</integer-array>
<!-- Haptic feedback intensity for ticks used for the udfps dwell time -->
<item name="config_udfpsTickIntensity" translatable="false" format="float"
type="dimen">.3</item>
<!-- Haptic feedback tick type - if true, uses VibrationEffect.Composition.PRIMITIVE_LOW_TICK
else uses VibrationEffect.Composition.PRIMITIVE_TICK -->
<bool name="config_udfpsUseLowTick">false</bool>
<!-- Default rounded corner curve (a Bezier). Must match (the curved path in) rounded.xml.
Note that while rounded.xml includes the entire path (including the horizontal and vertical
corner edges), this pulls out just the curve.