run whitespace_format.py --add-new-line-marker-at-end-of-file --remove-trailing-whitespace --remove-trailing-empty-lines --new-line-marker=linux --normalize-non-standard-whitespace=remove on src/

This commit is contained in:
Mis012
2025-02-05 16:27:17 +01:00
parent 1d2450443e
commit ab5b600bf1
148 changed files with 9559 additions and 9529 deletions

View File

@@ -310,9 +310,9 @@ public class GestureDetector {
/**
* Creates a GestureDetector with the supplied listener.
* This variant of the constructor should be used from a non-UI thread
* This variant of the constructor should be used from a non-UI thread
* (as it allows specifying the Handler).
*
*
* @param listener the listener invoked for all the callbacks, this must
* not be null.
* @param handler the handler to use
@@ -331,10 +331,10 @@ public class GestureDetector {
* Creates a GestureDetector with the supplied listener.
* You may only use this constructor from a UI thread (this is the usual situation).
* @see android.os.Handler#Handler()
*
*
* @param listener the listener invoked for all the callbacks, this must
* not be null.
*
*
* @throws NullPointerException if {@code listener} is null.
*
* @deprecated Use {@link #GestureDetector(android.content.Context,
@@ -394,7 +394,7 @@ public class GestureDetector {
}
init(context);
}
/**
* Creates a GestureDetector with the supplied listener that runs deferred events on the
* thread associated with the supplied {@link android.os.Handler}.
@@ -447,7 +447,7 @@ public class GestureDetector {
/**
* Sets the listener which will be called for double-tap and related
* gestures.
*
*
* @param onDoubleTapListener the listener invoked for all the callbacks, or
* null to stop listening for double-tap gestures.
*/