1. Revert "Sets the tap gesture timer to 330ms." 38/261938/12
authorjoogab.yun <joogab.yun@samsung.com>
Thu, 29 Jul 2021 17:09:43 +0000 (02:09 +0900)
committerjoogab.yun <joogab.yun@samsung.com>
Wed, 4 Aug 2021 01:50:47 +0000 (10:50 +0900)
commit017a0045f7628be3cbb2e77d21388632236c567f
treee3c76c843f2c97d78ca7c8f4211f5489ec09222a
parentab09f5d956da5bb4d98d1e96842eaba29e9a92e7
1. Revert "Sets the tap gesture timer to 330ms."

2. Revert "Add Timer at TapGestureRecognizer"

3. Add Timer at TapGestureDetector

   Currently, when double tap operation is performed,
   single tap and double tap are always transmitted together.

   So, when single and double taps are required, then after one tap, we wait for the timeout,
   if the timeout happens, then we emit the single-tap,
   if we tap again during this time, then we emit a double-tap instead.

Change-Id: Iac7cfd964a3f9d58593325e85841d2a6ee53b9ac
dali/internal/event/events/tap-gesture/tap-gesture-detector-impl.cpp
dali/internal/event/events/tap-gesture/tap-gesture-detector-impl.h
dali/internal/event/events/tap-gesture/tap-gesture-recognizer.cpp
dali/internal/event/events/tap-gesture/tap-gesture-recognizer.h