Add quickpickup sensor to config.xml am: 21240c5ca5
am: fdf0d5d091
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/18401597 Change-Id: If1116ab6a1d7512f26d9b6298c8709c7deccca9a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
16ea90018f
2 changed files with 6 additions and 0 deletions
|
@ -175,6 +175,9 @@
|
||||||
<!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
|
<!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
|
||||||
<string name="config_dozeUdfpsLongPressSensorType" translatable="false">com.google.sensor.long_press</string>
|
<string name="config_dozeUdfpsLongPressSensorType" translatable="false">com.google.sensor.long_press</string>
|
||||||
|
|
||||||
|
<!-- Type of the quick pickup sensor. Empty if quick pickup is not supported. -->
|
||||||
|
<string name="config_quickPickupSensorType" translatable="false">com.google.sensor.quick_pickup</string>
|
||||||
|
|
||||||
<!-- How long it takes for the HW to start illuminating after the illumination is requested.
|
<!-- How long it takes for the HW to start illuminating after the illumination is requested.
|
||||||
It takes 3 frames to enable the Local High-Brightness Mode (LHBM), which at 120 Hz screen
|
It takes 3 frames to enable the Local High-Brightness Mode (LHBM), which at 120 Hz screen
|
||||||
refresh rate equates to a 25 ms delay. -->
|
refresh rate equates to a 25 ms delay. -->
|
||||||
|
|
|
@ -193,6 +193,9 @@
|
||||||
<!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
|
<!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
|
||||||
<string name="config_dozeUdfpsLongPressSensorType" translatable="false">com.google.sensor.long_press</string>
|
<string name="config_dozeUdfpsLongPressSensorType" translatable="false">com.google.sensor.long_press</string>
|
||||||
|
|
||||||
|
<!-- Type of the quick pickup sensor. Empty if quick pickup is not supported. -->
|
||||||
|
<string name="config_quickPickupSensorType" translatable="false">com.google.sensor.quick_pickup</string>
|
||||||
|
|
||||||
<!-- How long it takes for the HW to start illuminating after the illumination is requested.
|
<!-- How long it takes for the HW to start illuminating after the illumination is requested.
|
||||||
It takes 3 frames to enable the Local High-Brightness Mode (LHBM), which at 90 Hz screen
|
It takes 3 frames to enable the Local High-Brightness Mode (LHBM), which at 90 Hz screen
|
||||||
refresh rate equates to a 34 ms delay. -->
|
refresh rate equates to a 34 ms delay. -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue