Snap for 11881322 from 25319dfd9a
to 24Q3-release
Change-Id: Ie3a3b45dabcec16d082f45fad0049ff130120a24
This commit is contained in:
commit
22bb98b89b
5 changed files with 27 additions and 16 deletions
|
@ -32,6 +32,15 @@
|
|||
<!-- Minimum screen brightness allowed by the power manager. -->
|
||||
<integer name="config_screenBrightnessDim">6</integer>
|
||||
|
||||
<!-- Default strength, in percentage, of bright color reduction when activated. -->
|
||||
<integer name="config_reduceBrightColorsStrengthDefault">50</integer>
|
||||
|
||||
<!-- Minimum strength, in percentage, supported by bright color reduction. -->
|
||||
<integer name="config_reduceBrightColorsStrengthMin">25</integer>
|
||||
|
||||
<!-- Maximum strength, in percentage, supported by bright color reduction. -->
|
||||
<integer name="config_reduceBrightColorsStrengthMax">75</integer>
|
||||
|
||||
<!-- Minimum screen brightness setting allowed by power manager.
|
||||
The user is forbidden from setting the brightness below this level. -->
|
||||
<item name="config_screenBrightnessSettingMinimumFloat" format="float" type="dimen">0.0</item>
|
||||
|
|
|
@ -329,14 +329,6 @@ ifeq ($(filter factory_caiman, $(TARGET_PRODUCT)),)
|
|||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.vendor.primarydisplay.vrr.expected_present.timeout_ns=500000000
|
||||
endif
|
||||
|
||||
# Display OP HZ Config
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
vendor.primarydisplay.op.hs_hz=120 \
|
||||
vendor.primarydisplay.op.ns_hz=60 \
|
||||
vendor.primarydisplay.op.ns_min_dbv=440 \
|
||||
vendor.primarydisplay.op.hs_switch_min_dbv=1088 \
|
||||
vendor.primarydisplay.op.hist_delta_th=8
|
||||
|
||||
# Display fixed TE2
|
||||
PRODUCT_VENDOR_PROPERTIES += vendor.primarydisplay.fixed_te2.default_rate_hz=120
|
||||
|
||||
|
|
|
@ -86,14 +86,6 @@ endif
|
|||
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.ignore_hdr_camera_layers=true
|
||||
|
||||
# Display OP HZ Config
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
vendor.primarydisplay.op.hs_hz=120 \
|
||||
vendor.primarydisplay.op.ns_hz=60 \
|
||||
vendor.primarydisplay.op.ns_min_dbv=440 \
|
||||
vendor.primarydisplay.op.hs_switch_min_dbv=1088 \
|
||||
vendor.primarydisplay.op.hist_delta_th=8
|
||||
|
||||
# Display fixed TE2
|
||||
PRODUCT_VENDOR_PROPERTIES += vendor.primarydisplay.fixed_te2.default_rate_hz=120
|
||||
|
||||
|
|
|
@ -32,6 +32,15 @@
|
|||
<!-- Minimum screen brightness allowed by the power manager. -->
|
||||
<integer name="config_screenBrightnessDim">6</integer>
|
||||
|
||||
<!-- Default strength, in percentage, of bright color reduction when activated. -->
|
||||
<integer name="config_reduceBrightColorsStrengthDefault">50</integer>
|
||||
|
||||
<!-- Minimum strength, in percentage, supported by bright color reduction. -->
|
||||
<integer name="config_reduceBrightColorsStrengthMin">25</integer>
|
||||
|
||||
<!-- Maximum strength, in percentage, supported by bright color reduction. -->
|
||||
<integer name="config_reduceBrightColorsStrengthMax">75</integer>
|
||||
|
||||
<!-- Minimum screen brightness setting allowed by power manager.
|
||||
The user is forbidden from setting the brightness below this level. -->
|
||||
<item name="config_screenBrightnessSettingMinimumFloat" format="float" type="dimen">0.0</item>
|
||||
|
|
|
@ -32,6 +32,15 @@
|
|||
<!-- Minimum screen brightness allowed by the power manager. -->
|
||||
<integer name="config_screenBrightnessDim">6</integer>
|
||||
|
||||
<!-- Default strength, in percentage, of bright color reduction when activated. -->
|
||||
<integer name="config_reduceBrightColorsStrengthDefault">35</integer>
|
||||
|
||||
<!-- Minimum strength, in percentage, supported by bright color reduction. -->
|
||||
<integer name="config_reduceBrightColorsStrengthMin">25</integer>
|
||||
|
||||
<!-- Maximum strength, in percentage, supported by bright color reduction. -->
|
||||
<integer name="config_reduceBrightColorsStrengthMax">50</integer>
|
||||
|
||||
<!-- Minimum screen brightness setting allowed by power manager.
|
||||
The user is forbidden from setting the brightness below this level. -->
|
||||
<item name="config_screenBrightnessSettingMinimumFloat" format="float" type="dimen">0.0</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue