mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-16 22:11:14 +01:00
Make GestureAndScaleRecognizer non-public
This commit is contained in:
parent
1a9c38374c
commit
5b14124258
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import android.view.MotionEvent;
|
||||||
import android.view.ScaleGestureDetector;
|
import android.view.ScaleGestureDetector;
|
||||||
|
|
||||||
/** A combination of {@link GestureDetector} and {@link ScaleGestureDetector}. */
|
/** A combination of {@link GestureDetector} and {@link ScaleGestureDetector}. */
|
||||||
public final class GestureAndScaleRecognizer {
|
final class GestureAndScaleRecognizer {
|
||||||
|
|
||||||
public interface Listener {
|
public interface Listener {
|
||||||
boolean onSingleTapUp(MotionEvent e);
|
boolean onSingleTapUp(MotionEvent e);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue