OSDN Git Service

DO NOT MERGE - New implementation for ScaleGestureDetector
authorAdam Powell <adamp@google.com>
Tue, 28 Aug 2012 00:44:59 +0000 (17:44 -0700)
committerAdam Powell <adamp@google.com>
Thu, 30 Aug 2012 20:18:43 +0000 (13:18 -0700)
commitd33b6217fc128652a72f1626bcaa5f3b754102c6
tree941b3eb32e757a23226ccd929a591272e915421c
parentb35e4d778a95d89c9c9317de0f93f51faab5bbac
DO NOT MERGE - New implementation for ScaleGestureDetector

This solves the problems around active pointer tracking when the
caller may skip events in the MotionEvent stream and replaces the
old implementation with a much simpler algorithm.

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