From ae53fed5e2b492f9e98468f234db2034084afeaa Mon Sep 17 00:00:00 2001 From: Astile Date: Thu, 6 Aug 2020 15:26:58 +0530 Subject: [PATCH] sm6250-common: import hwui properties from stock > imported from https://github.com/Astile97/dummy_device_xiaomi_curtana >miui version :11.0.10.0 GLOBAL --- system.prop | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/system.prop b/system.prop index 7b474df..6c34b32 100644 --- a/system.prop +++ b/system.prop @@ -48,6 +48,19 @@ persist.dpm.feature=1 persist.vendor.cp.taper_term_mv=6500 persist.vendor.cp.fcc_main_ua=400000 +#hwui properties +ro.hwui.texture_cache_size=72 +ro.hwui.layer_cache_size=48 +ro.hwui.r_buffer_cache_size=8 +ro.hwui.path_cache_size=32 +ro.hwui.gradient_cache_size=1 +ro.hwui.drop_shadow_cache_size=6 +ro.hwui.texture_cache_flushrate=0.4 +ro.hwui.text_small_cache_width=1024 +ro.hwui.text_small_cache_height=1024 +ro.hwui.text_large_cache_width=2048 +ro.hwui.text_large_cache_height=1024 + # IMS persist.dbg.volte_avail_ovr=1 persist.dbg.vt_avail_ovr=1