config: Enable Touch timer in SurfaceFlinger

When Touch timer is disabled in SF, Content Fps Detection algorithm
considers the layer as infrequent and switches to lower Refresh Rate,
for the frame at the beginning of the scrolling use cases. When layer
becomes frequent after few frames, then algorithm switches back to
peak refresh rate. This sequence of events leads to couple of Refresh
rate switches, which are unnecessary. On the other hand, when touch
timer is enabled, touch remains active and the algorithm picks-up the
peak refresh rate to boost the performance at the beginning of scroll
and then layer becomes frequent, so there is no refresh rate switch.

CRs-Fixed: 2668701
Change-Id: I0cf59d167d3a681359b102ce4248c6f26cbd658c
diff --git a/config/display-product.mk b/config/display-product.mk
index 156f528..0c91d89 100644
--- a/config/display-product.mk
+++ b/config/display-product.mk
@@ -105,6 +105,7 @@
 PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.wcg_composition_dataspace=143261696
 PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.protected_contents=true
 PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.use_content_detection_for_refresh_rate=true
+PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.set_touch_timer_ms=200
 
 ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
 # Recovery is enabled, logging is enabled