commit | ff9017f06f0f20321f8ceb14598adc6f5195b036 | [log] [tgz] |
---|---|---|
author | Xinghua Yang <xinghua.yang@mediatek.com> | Mon Jan 09 09:56:33 2017 +0800 |
committer | Xinghua Yang <xinghua.yang@mediatek.com> | Wed Feb 08 09:27:39 2017 +0000 |
tree | 4731927c35a7986012e5c8c3eec1ac70842d2204 | |
parent | 17cfc78dc745c1852b866334cfe750bb08b886cb [diff] |
Fix CTS test case for running on qHD platform Root Cause: The CTS creates a fixed size surfaceView (640x480) over the screen size of qHd (480x800). It will cause SurfaceFlinger to crop and skip drawing top region. Solution: To create a small size (320x240) region of surfaceView. Bug: 33287107 Change-Id: Iea95f34f49848f48588f356e22b0e86d152405f9 Signed-off-by: Xinghua Yang <xinghua.yang@mediatek.com>