Avoid PanGesture circular buffer overflow
authorJonghyun Ho <jonghyun.ho@samsung.com>
Mon, 26 May 2014 04:40:28 +0000 (13:40 +0900)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 29 May 2014 14:06:09 +0000 (15:06 +0100)
commitfba0fc8323d39ecd14992e7ef6c9429cf017d82b
tree96c4d272426d81105c57229d123038c2103173f7
parent5ac83ab15bc9a1b54d1d8677eb24cc8316af8565
Avoid PanGesture circular buffer overflow

[problem]     ScrollView sometimes moves in the wrong direction.
[cause]       Motion events received in excess of PanGesture PAN_GESTURE_HISTORY limit,
before the update-thread can process in the correct order.
[solution]    Increase PAN_GESTURE_HISTORY value.
dali/internal/update/gestures/scene-graph-pan-gesture.h