Phone: IncomingCallWidget shows indefinitely sometimes.
This issue happens when following 3 conditions meet.
Usually cpu load is high at the moment.
1) Two ACTION_UP events on glow view is triggered;
2) Time from press the answer button to call state
changed is more than 500ms;
3) Aniation of HideIncomingCallWidget did not start
before handle 2nd event
Reset mIncomingCallWidgetIsFadingOut to false while
cancel HideIncomingCallWidget Animation, next time
HideIncomingCallWidget will be excuted when call
state is changed.
CQ00024038
Change-Id: I44ad728cdd624d2053397f463e44024527671840
Signed-off-by: Bin Li <libin@marvell.com>
1 file changed