The bigger touch slop still has a problem
I had submitted the patch about this issue at https://android-review.googlesource.com/#/c/20438/ before. But it has never been included in any version. In the latest implementation, touchSlop is a configurable value which is declared in config.xml for each device. First of all, the problem is that BiggerTouchSlop is not scalable and variable value according to a configured touchSlop. I don't think that there should be a new api in ViewConfiguration for this. Because the bigger touch slop is a local threshold value in GestureDetector. The only thing to be satisfied is that the value should be bigger than configured touch slop and should not be over double touch slop. Change-Id: I2c6662400fcffb4a7192ede4ac8da08559aa7948
Loading
Please register or sign in to comment