Change system property of Redfin to place keyboard 10 dp higher

Bug: 155500905
Change-Id: I3c8eb1291bdf9ad5beb55fc586c43e059a374266
(cherry picked from commit 5bdc6eaea3)
This commit is contained in:
Chenxi Ni 2020-09-15 09:53:58 +00:00 committed by Andrew Sapperstein
parent 6ec773dc56
commit ddb20ff45b
1 changed files with 4 additions and 2 deletions

View File

@ -210,8 +210,10 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.use_content_detection_f
PRODUCT_PROPERTY_OVERRIDES += \
vendor.display.defer_fps_frame_count=2
# Keyboard height ratio
PRODUCT_PRODUCT_PROPERTIES += ro.com.google.ime.height_ratio=1.2
# Keyboard height ratio and bottom padding in dp for portrait mode
PRODUCT_PRODUCT_PROPERTIES += \
ro.com.google.ime.height_ratio=1.2 \
ro.com.google.ime.kb_pad_port_b=10
# Bluetooth Tx power caps for redfin
PRODUCT_COPY_FILES += \