Home
last modified time | relevance | path

Searched refs:moveDistance (Results 1 - 1 of 1) sorted by relevance

/test/testfwk/arkxtest/uitest/record/
H A Dpointer_tracker.cpp209 int moveDistance = fingerTrackers.find(touchEvent.downTime)->second->GetMoveDistance(); in IsClick() local
210 if (touchEvent.durationSeconds > DURATIOIN_THRESHOLD || moveDistance > MAX_THRESHOLD) { in IsClick()
228 int moveDistance = fingerTrackers.find(touchEvent.downTime)->second->GetMoveDistance(); in IsLongClick() local
229 if (moveDistance > MAX_THRESHOLD) { in IsLongClick()
241 int moveDistance = ftracker->GetMoveDistance(); in IsDrag() local
242 if (touchEvent.durationSeconds < DURATIOIN_THRESHOLD || moveDistance < MAX_THRESHOLD) { in IsDrag()

Completed in 2 milliseconds