OSDN Git Service

Don't change the zoom filter during the zoom animation.
authorGrace Kloba <klobag@google.com>
Thu, 17 Sep 2009 14:56:48 +0000 (07:56 -0700)
committerGrace Kloba <klobag@google.com>
Thu, 17 Sep 2009 18:36:02 +0000 (11:36 -0700)
commitdfe095a045f132dd9c75da4286b87532d9a973a0
tree0f892934dca045fa61838b207690045529757806
parent7805933738de33b1961bd03553237a86d90792dd
Don't change the zoom filter during the zoom animation.
Call another invalidate() to draw with the final filters.
This fixed the problem where the end of the zoom animation
is slow and jagged.

Fix http://b/issue?id=2126523
core/java/android/webkit/WebView.java