summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorDohyun Lee <dohyun.lee@lge.com>2015-03-21 17:03:04 +0900
committerSteve Kondik <steve@cyngn.com>2015-11-07 13:11:52 -0800
commit6d4a04ab3082ceb9bef6beb5d50ebc6abe2a33de (patch)
tree2c40fa52e1f12d677fb00eb6168af3640f522c27 /data
parent32ed0738affd158b7f8fd7ce978aafda38d8d8b6 (diff)
downloadframeworks_base-6d4a04ab3082ceb9bef6beb5d50ebc6abe2a33de.zip
frameworks_base-6d4a04ab3082ceb9bef6beb5d50ebc6abe2a33de.tar.gz
frameworks_base-6d4a04ab3082ceb9bef6beb5d50ebc6abe2a33de.tar.bz2
Assign more reasonable width and height of a window surface
When the surface of a window is created during relayoutWindow, there is the case that the width and height of the surface are not given appropriately, e.g. the staring windows. In this case, the width and height are set to 1, which cause resizing the size of the surface during setSurfaceBoundariesLocked. Since setting the size of a surface is processed synchronously in the SurfaceFlinger, there is usually a few milliseconds delay (up to 1 vsync interval) when we launch an application. To remove such cases, this patch assign the width and height more reasonably like below: 1. If FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS is set then assign the size of the display we can use. (i.e. DisplayInfo.logical[Width|Height]) 2. Otherwise, assign the width and height of the portion of the display that is available to applications. (i.e. DisplayInfo.app[Width|Height]) Change-Id: Ie8265b9ff0fdb6ecc4577687935adf7cfb4439ad Signed-off-by: Dohyun Lee <dohyun.lee@lge.com>
Diffstat (limited to 'data')
0 files changed, 0 insertions, 0 deletions