Skip resize changing transition if display is rotating

Though the bounds change transactions are not updated synchronously with
display rotation, the rotation animation will wait until visible windows
are drawn with new configuration. So even if the bounds change for task
fragment are sent after receiving onTaskFragmentParentInfoChanged due to
rotation change, it can still be covered by rotation animation.

Bug: 197983252
Test: Launch split embedded activities and rotated device.

Change-Id: I4517eac3ba221b45a20b7d7bd5f05c4def33e8c4
5 files changed