libaurum: refactor a flick command and implementation
authorWonki Kim <wonki_.kim@samsung.com>
Mon, 8 Jun 2020 12:08:53 +0000 (21:08 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Thu, 11 Jun 2020 22:02:32 +0000 (07:02 +0900)
commitfd0b47f662a45036206f695e33697aaf072561b6
tree183604dd2433b668ea380db03a2c13c60ceb5e14
parentbcb27d52bae056e702c071ccf862c5a6d7117bee
libaurum: refactor a flick command and implementation

this patch refactor a flick command and its implementation
it's designed like below.

^drag start                                      ^drag stop
|<----------------- 100ms minimum -------------->|
***-------++--------++++------++--------+++-------###
|<------>|<------->|<------->|<------->|<------->|
  ^25ms minimum for each

 *:touch down
 +:touch move
 #:touch up

Change-Id: Ibeebf61268177ae9ed5dfa368ee21a140381796b
libaurum/inc/DeviceImpl/TizenImpl.h
libaurum/src/DeviceImpl/TizenImpl.cc
org.tizen.aurum-bootstrap/inc/Commands/FlickCommand.h
org.tizen.aurum-bootstrap/src/Commands/FlickCommand.cc
protocol/examples/python/testFeatures.py