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
copy GestureDetector from AOSP
This commit is contained in:
@@ -24,11 +24,11 @@ public class ViewConfiguration {
|
||||
}
|
||||
|
||||
public static int getTapTimeout() {
|
||||
return 0;
|
||||
return 100;
|
||||
}
|
||||
|
||||
public static int getLongPressTimeout() {
|
||||
return 0;
|
||||
return 400;
|
||||
}
|
||||
|
||||
public int getScaledPagingTouchSlop(){
|
||||
@@ -40,7 +40,7 @@ public class ViewConfiguration {
|
||||
}
|
||||
|
||||
public static int getDoubleTapTimeout() {
|
||||
return 0;
|
||||
return 300;
|
||||
}
|
||||
|
||||
public int getScaledDoubleTapSlop() {
|
||||
|
||||
Reference in New Issue
Block a user