mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 11:33:32 +00:00
stone: properties: Set SF idle timeout to 1100ms
When a clock with seconds tick is on the display, it switches back and forth between high and low refresh rate if the timer is <=1000ms (1s). Set it to 1.1s which is just slightly higher to avoid this issue. This also matches stock value. Signed-off-by: Arijit78 <sahaarijit2007@gmail.com>
This commit is contained in:
@@ -220,8 +220,8 @@ ro.surface_flinger.protected_contents=true
|
|||||||
ro.surface_flinger.use_color_management=true
|
ro.surface_flinger.use_color_management=true
|
||||||
ro.surface_flinger.wcg_composition_dataspace=143261696
|
ro.surface_flinger.wcg_composition_dataspace=143261696
|
||||||
ro.surface_flinger.set_display_power_timer_ms=3000
|
ro.surface_flinger.set_display_power_timer_ms=3000
|
||||||
ro.surface_flinger.set_idle_timer_ms=4000
|
ro.surface_flinger.set_idle_timer_ms=1100
|
||||||
ro.surface_flinger.set_touch_timer_ms=4000
|
ro.surface_flinger.set_touch_timer_ms=200
|
||||||
ro.surface_flinger.use_content_detection_for_refresh_rate=false
|
ro.surface_flinger.use_content_detection_for_refresh_rate=false
|
||||||
|
|
||||||
# SkiaGL Threaded
|
# SkiaGL Threaded
|
||||||
|
|||||||
Reference in New Issue
Block a user