From 6abbc4d6a6a529694d15644864c07e91bdcf7015 Mon Sep 17 00:00:00 2001 From: SahilSonar Date: Tue, 12 Nov 2019 07:10:59 +0000 Subject: [PATCH] hiphi: Add masking to hide notch cutout Change-Id: I944b8532039ffded855b2893f0b360e38700f70e Signed-off-by: SahilSonar Signed-off-by: 7Soldier --- BoardConfig.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 68136c3..93c6f20 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -112,6 +112,8 @@ PLATFORM_VERSION_LAST_STABLE := $(PLATFORM_VERSION) # TWRP Configuration TW_THEME := portrait_hdpi +TW_Y_OFFSET := 85 +TW_H_OFFSET := -85 TW_EXTRA_LANGUAGES := true TW_SCREEN_BLANK_ON_BOOT := true TW_INPUT_BLACKLIST := "hbtp_vm"