summaryrefslogtreecommitdiff
path: root/cheetah
diff options
context:
space:
mode:
authorIlya Matyukhin <ilyamaty@google.com>2022-09-12 16:59:00 -0700
committerIlya Matyukhin <ilyamaty@google.com>2022-09-19 23:50:26 +0000
commit6262c7c94566b0b9cf61684e8033165ad7fb881a (patch)
tree370a5edcce628da925de46c3f5eca0c1b1cda6d8 /cheetah
parentb2276fb72d58da1d7c79e677edbaed4fe9b89a0c (diff)
downloadpantah-6262c7c94566b0b9cf61684e8033165ad7fb881a.tar.gz
c10: remove unused udfps_illumination_transition_ms
Bug: 243818429 Test: N/A Change-Id: I1ef0a67006d57cafa2e7a74c70b0cd176a094c2d Merged-In: I1ef0a67006d57cafa2e7a74c70b0cd176a094c2d
Diffstat (limited to 'cheetah')
-rw-r--r--cheetah/overlay/frameworks/base/core/res/res/values/config.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/cheetah/overlay/frameworks/base/core/res/res/values/config.xml b/cheetah/overlay/frameworks/base/core/res/res/values/config.xml
index 3c371ab..8143486 100644
--- a/cheetah/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/cheetah/overlay/frameworks/base/core/res/res/values/config.xml
@@ -180,11 +180,6 @@
<!-- 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.
- 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. -->
- <integer name="config_udfps_illumination_transition_ms">25</integer>
-
<!-- The max vibration strength allowed in audio haptic channels. -->
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.335</item>