(PanGesture) Two motions before pan & ability to set the min distance/events via... 35/24135/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 26 Jun 2014 14:23:05 +0000 (23:23 +0900)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 8 Jul 2014 16:03:00 +0000 (17:03 +0100)
commit2a7b11c8674a984950311171710839b93b7fa64b
tree57800b3a5493767f558ab28bd7db65e67f06063e
parentbb5521e84d0b2cd1954e96ef41c75c240434e60a
(PanGesture) Two motions before pan & ability to set the min distance/events via environment variable

[problem]     Need more than one motion event to determine the direction.
[cause]       N/A
[solution]    Wait at least one more pan.
              Add configurability via environment variables:
              Minimum distance before pan: DALI_PAN_MINIMUM_DISTANCE
              Minimum motion events before pan (include down): DALI_PAN_MINIMUM_EVENTS

Change-Id: I3dbe34dc56d6c84518aec3807911054280998ca5
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
adaptors/base/environment-options.cpp
adaptors/base/environment-options.h
adaptors/base/environment-variables.h
adaptors/tizen/internal/common/accessibility-gesture-detector.cpp
adaptors/tizen/internal/common/adaptor-impl.cpp
adaptors/tizen/internal/common/events/gesture-manager.cpp
adaptors/tizen/internal/common/events/gesture-manager.h
adaptors/tizen/internal/common/events/pan-gesture-detector-base.cpp
adaptors/tizen/internal/common/events/pan-gesture-detector-base.h
adaptors/tizen/internal/common/events/pan-gesture-detector.cpp
adaptors/tizen/internal/common/events/pan-gesture-detector.h