Merge "Fix build; add new ScaleGestureDetector constructor" into klp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5c2dfa8a21
@@ -27162,6 +27162,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();
|
||||
|
||||
Reference in New Issue
Block a user