Files
frameworks_base/core/java/android/view
Chong Zhang 71f2c31469 Do a forceLayout if pending insets is changed after relayout window
We might have a pending MSG_RESIZED_REPORT, but if it's executed after
relayoutWindow, mPendingInsets will already be the new value and it'll
not forceLayout. So we need to forceLayout here to make sure the measure
cache is cleared.

bug: 29391054

Change-Id: I73793b1427b89e75700369ec3b37053a6a732f0d
2016-06-17 01:11:49 +00:00
..
2016-05-17 14:21:01 -07:00
2016-03-09 16:34:49 -05:00
2016-03-28 21:58:30 +00:00