OSDN Git Service

Further refine touchMajor processing in ScaleGestureDetector
authorAdam Powell <adamp@google.com>
Tue, 2 Oct 2012 23:25:30 +0000 (16:25 -0700)
committerAdam Powell <adamp@google.com>
Wed, 3 Oct 2012 02:07:16 +0000 (19:07 -0700)
commit5b5c414e31c4a8433a3290b931687a05dadc97b6
treea9054f26592dffe58bd4a5f0b2cc86a4e4ab88cb
parent57e6203457cedbc6f4bf8a45635862a3eb717e9f
Further refine touchMajor processing in ScaleGestureDetector

On some devices the information coming from the touchscreen is very
noisy or otherwise unreliable. Perform some processing on the data
we have to try to provide a smoother experience.

Bug 7267507

Change-Id: I863125f58577f522de05a1361b81c2e42975fd89
core/java/android/view/ScaleGestureDetector.java