Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ad955ef authored by Mindy Pereira's avatar Mindy Pereira
Browse files

Fix build; add new ScaleGestureDetector constructor

Change-Id: I1b6e7ef36ce79852acd6cefe03fc94143641ff0e
parent 627dd9b5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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();