Pan Gesture Smoothing - Added APIs to change smoothing mode and amount 38/24138/1
authorJulien Heanley <j.heanley@partner.samsung.com>
Thu, 26 Jun 2014 09:04:17 +0000 (10:04 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 8 Jul 2014 16:04:35 +0000 (17:04 +0100)
commit94d03d1297d87ebe8f2680cd743df1aeed61a4a3
treec342dc8d27228716e20c7523ee2018833cab95a7
parenta7d3cd015c9864cf97f82e8a5db7aaf28d3af479
Pan Gesture Smoothing - Added APIs to change smoothing mode and amount

  DALI_PAN_SMOOTHING_MODE - Currently only 0 for off and 1 for a simple smoothing technique
  DALI_PAN_SMOOTHING_AMOUNT - From 0.0f for no smoothing to 1.0f for full smoothing

[problem]      Predicted panning is a little jittery at times
[cause]        Any slight error in touch data could skew the calculations a little
[solution]     Added smoothing phase

Change-Id: Ifc573419a63904fdadbc169fbeefd9dcae27dc0b
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/adaptor-impl.cpp