From 6ad955ef97189525443a7caa6fbfdd2412aea831 Mon Sep 17 00:00:00 2001 From: Mindy Pereira Date: Tue, 3 Sep 2013 11:27:02 -0700 Subject: [PATCH] Fix build; add new ScaleGestureDetector constructor Change-Id: I1b6e7ef36ce79852acd6cefe03fc94143641ff0e --- api/current.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/api/current.txt b/api/current.txt index 19a9057739cc8..d1c4dd658c8a5 100644 --- a/api/current.txt +++ b/api/current.txt @@ -27117,6 +27117,7 @@ package android.view { public class ScaleGestureDetector { ctor public ScaleGestureDetector(android.content.Context, android.view.ScaleGestureDetector.OnScaleGestureListener); + ctor public ScaleGestureDetector(android.content.Context, android.view.ScaleGestureDetector.OnScaleGestureListener, android.os.Handler); method public float getCurrentSpan(); method public float getCurrentSpanX(); method public float getCurrentSpanY();