Cap scale when swiping to PiP

If the source rect hint is off by a couple pixels
from the app bounds we run a different scale-crop
animation than to when it perfectly fits the screen
along one axis.

We need to make sure that in cases such as this one,
we do not go over scale=1.0 in any case. Since this
path is only triggered when source-rect-hint is valid
and larger than the destination bounds, such assumption
should be safe.

Recordings:
Folded:   http://recall/-/BSXDRqFG6tqOB9EtbTyBy/NPnVIYg77S7d7Fjlm9zol
Unfolded: http://recall/-/BSXDRqFG6tqOB9EtbTyBy/ekZHmCyApxeHf7X9RNOpXI

Flag: N/A
Bug: 340024197
Test: repro the steps in the bug report
Change-Id: I2a9012511b7567ef4d08aa60de8b1a9992f99c58
1 file changed