summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2013-09-03 11:27:02 -0700
committerMindy Pereira <mindyp@google.com>2013-09-03 11:27:02 -0700
commit6ad955ef97189525443a7caa6fbfdd2412aea831 (patch)
tree98ea9396f9b3cc3385fee0231c9538c333bda137 /api
parent627dd9b584a267b206bace8dc518287fe58b9563 (diff)
downloadframeworks_base-6ad955ef97189525443a7caa6fbfdd2412aea831.zip
frameworks_base-6ad955ef97189525443a7caa6fbfdd2412aea831.tar.gz
frameworks_base-6ad955ef97189525443a7caa6fbfdd2412aea831.tar.bz2
Fix build; add new ScaleGestureDetector constructor
Change-Id: I1b6e7ef36ce79852acd6cefe03fc94143641ff0e
Diffstat (limited to 'api')
-rw-r--r--api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 19a9057..d1c4dd6 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();