summaryrefslogtreecommitdiffstats
path: root/java/com/android/incallui/contactgrid/TopRow.java
diff options
context:
space:
mode:
authorSekine Yasuaki <yasuaki.sekine@sony.com>2017-07-04 16:50:09 +0900
committerMichael Bestas <mkbestas@lineageos.org>2020-05-24 20:09:49 +0300
commite7523ef16127591c61943de822fb15806709fc9a (patch)
tree2c8a551eaf6ea67206d0877f6a9468679edc7fbb /java/com/android/incallui/contactgrid/TopRow.java
parent03a214c79bf5670439dde73c73e7166e38ec8981 (diff)
downloadandroid_packages_apps_Dialer-e7523ef16127591c61943de822fb15806709fc9a.tar.gz
android_packages_apps_Dialer-e7523ef16127591c61943de822fb15806709fc9a.tar.bz2
android_packages_apps_Dialer-e7523ef16127591c61943de822fb15806709fc9a.zip
Fix to update peer dimensions when video screen resumes foreground
[Issue/Cause of defect] If partner device is rotated during video screen of target device is in background, and then resumes to foreground, partner image will be shown with incorrect dimensions. Because when video screen goes to background, VideoCallPresenter stops checking CVO(Coordination of Video Orientation) of partner device. And when video screen is resumed to foreground, there is no logic to update partner image with latest peer dimensions. [How to fix] Even if video screen is in background, CVO(peer dimensions) is notified to DialerCall. Therefore DialerCall should store the dimensions. And when video screen resumes to fore, VideoCallPresenter should update the screen with correct(latest) peer dimensions. Test: manual - Checked that the partner image is shown with correct dimensions. Bug: 111575038 Change-Id: I32ff5407f1222b232b47a35e7083a473be67b468
Diffstat (limited to 'java/com/android/incallui/contactgrid/TopRow.java')
0 files changed, 0 insertions, 0 deletions