Defer dispatching insets to app if its window frame will be changed soon
If the frames of insets source window and the frame of an app window are changed in the same layout pass, we should dispatch the insets calculated from the new insets source frames and the new app window frame. So when the app frame is not up-to-date, we defer dispatching insets to the app. Fix: 160732586 Test: Add logs to check if we dispatch the correct insets to apps while rotating the display. Change-Id: Ic9e71d8eabde51067b740b35404ae7c9b68228d7
Loading
Please register or sign in to comment