commit | 2adaea51f0aba3a34b6b70d1138acbfbf1b1fb94 | [log] [tgz] |
---|---|---|
author | Qiushi Han <hanqiushitju@gmail.com> | Sat Oct 01 17:06:49 2016 +0800 |
committer | Jackeagle <jackeagle102@gmail.com> | Sat Nov 26 23:50:56 2016 +0530 |
tree | 8e8ff25d7554652335b89cdd6e8d23239da2d0b0 | |
parent | 1bebccb9f7f7b362661e1903d1bab98cd80c9d15 [diff] |
Fix window animation flash issue The original logic cuts down the mShownPosition, causing 1 pixel offset, sometimes this will cause flash. To fix this, Use Math.round() instead. google issue: https://code.google.com/p/android/issues/detail?id=224185 Change-Id: I8a2fe55a2df6eaa9eda4ba78966a74ea492ab8ea Signed-off-by: mydongistiny <jaysonedson@gmail.com>