summaryrefslogtreecommitdiffstats
path: root/java/com/android/incallui/contactgrid/TopRow.java
diff options
context:
space:
mode:
authorHideki Ishii <hideki.ishii@sony.com>2017-07-25 21:29:43 +0900
committerMichael Bestas <mkbestas@lineageos.org>2020-05-24 20:09:50 +0300
commita0c5bdd1a071cc593e7d67f3a48274ab5f852c8b (patch)
tree59fc6dfdb1965f229db6fda481faff4c77457d6a /java/com/android/incallui/contactgrid/TopRow.java
parente7523ef16127591c61943de822fb15806709fc9a (diff)
downloadandroid_packages_apps_Dialer-a0c5bdd1a071cc593e7d67f3a48274ab5f852c8b.tar.gz
android_packages_apps_Dialer-a0c5bdd1a071cc593e7d67f3a48274ab5f852c8b.tar.bz2
android_packages_apps_Dialer-a0c5bdd1a071cc593e7d67f3a48274ab5f852c8b.zip
Fix for button flickering issue when video call screen rotates
Issue: Buttons flicker when rotating video call screen and full screen mode. Because initial state of these buttons(components) are "visible". In full screen mode, these buttons should not be "visible" when video call screen is rotated. This patch modifies state of these buttons to "invisible" when video call screen rotates and isFullscreen()==True to fix the flicker issue. And, adding "enterFullscreenMode()" for getting correct view-size when changing layout by videocall-screen regenerated. Test: manual - Checked that not button flickering issue when video call screen during full screen mode rotates. Bug: 111242931 Change-Id: I271ae3fa395fa648a89c8debc5c0a76e1a0a5ecd
Diffstat (limited to 'java/com/android/incallui/contactgrid/TopRow.java')
0 files changed, 0 insertions, 0 deletions