You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user