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

Commit 47fd3257 authored by Mindy Pereira's avatar Mindy Pereira Committed by Android Git Automerger
Browse files

am 5c2dfa8a: Merge "Fix build; add new ScaleGestureDetector constructor" into klp-dev

* commit '5c2dfa8a':
  Fix build; add new ScaleGestureDetector constructor
parents 38c5b2b8 5c2dfa8a
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -27162,6 +27162,7 @@ package android.view {
  public class ScaleGestureDetector {
  public class ScaleGestureDetector {
    ctor public ScaleGestureDetector(android.content.Context, android.view.ScaleGestureDetector.OnScaleGestureListener);
    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 getCurrentSpan();
    method public float getCurrentSpanX();
    method public float getCurrentSpanX();
    method public float getCurrentSpanY();
    method public float getCurrentSpanY();